diff options
author | Magnus Lång <[email protected]> | 2015-10-23 15:31:28 +0200 |
---|---|---|
committer | Magnus Lång <[email protected]> | 2015-11-27 18:18:37 +0100 |
commit | fd21382290333e6cc25728c1b6dd7c211ddfc297 (patch) | |
tree | e4a2056c903b510c396923574ab5a885fff3e4bd /erts/emulator/hipe/hipe_bif0.tab | |
parent | 6af385b22805cc2e8cee5c0a5f3506361afbe961 (diff) | |
download | otp-fd21382290333e6cc25728c1b6dd7c211ddfc297.tar.gz otp-fd21382290333e6cc25728c1b6dd7c211ddfc297.tar.bz2 otp-fd21382290333e6cc25728c1b6dd7c211ddfc297.zip |
hipe: test unit size match in bs_append
This feature was previously missing and expressions such as
<<<<1:1>>/binary>> would succeed construction when compiled with HiPE.
A primop is_divisible is introduced to handle the case when the unit
size is not a power of two.
Diffstat (limited to 'erts/emulator/hipe/hipe_bif0.tab')
-rw-r--r-- | erts/emulator/hipe/hipe_bif0.tab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_bif0.tab b/erts/emulator/hipe/hipe_bif0.tab index e3328c7d2c..5ce254314a 100644 --- a/erts/emulator/hipe/hipe_bif0.tab +++ b/erts/emulator/hipe/hipe_bif0.tab @@ -142,4 +142,4 @@ atom bs_validate_unicode atom bs_validate_unicode_retract atom emulate_fpe atom emasculate_binary - +atom is_divisible |