diff options
author | Sverker Eriksson <[email protected]> | 2017-11-03 16:21:51 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-11-03 16:21:51 +0100 |
commit | 7cd0a910a3d171840991092e335e9a5b2aeee74e (patch) | |
tree | 69da7e61c36055e7c00e4f26a8679ada72ed6f83 /erts/emulator/hipe/hipe_primops.h | |
parent | 21b920e38078412f3d47442b27b40b3601a1c7d7 (diff) | |
parent | a8264b52677abba29505a8bb597e2aaf6d3258d9 (diff) | |
download | otp-7cd0a910a3d171840991092e335e9a5b2aeee74e.tar.gz otp-7cd0a910a3d171840991092e335e9a5b2aeee74e.tar.bz2 otp-7cd0a910a3d171840991092e335e9a5b2aeee74e.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/hipe/hipe_primops.h')
-rw-r--r-- | erts/emulator/hipe/hipe_primops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/hipe/hipe_primops.h b/erts/emulator/hipe/hipe_primops.h index 6aac5e6205..49e6bdb026 100644 --- a/erts/emulator/hipe/hipe_primops.h +++ b/erts/emulator/hipe/hipe_primops.h @@ -64,6 +64,7 @@ PRIMOP_LIST(am_bs_put_utf16be, &nbif_bs_put_utf16be) PRIMOP_LIST(am_bs_put_utf16le, &nbif_bs_put_utf16le) PRIMOP_LIST(am_bs_get_utf16, &nbif_bs_get_utf16) PRIMOP_LIST(am_bs_validate_unicode, &nbif_bs_validate_unicode) +PRIMOP_LIST(am_is_unicode, &nbif_is_unicode) PRIMOP_LIST(am_bs_validate_unicode_retract, &nbif_bs_validate_unicode_retract) PRIMOP_LIST(am_is_divisible, &nbif_is_divisible) |