diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-09-19 17:48:28 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-01-28 15:56:26 +0100 |
commit | 63ef0bbfdfb70673fe7f3ce2fc6fa4f0f801747d (patch) | |
tree | 7f03c6fcc8e9c9f3bda78b3140011652cff5d6e6 /erts/emulator/beam/global.h | |
parent | 92303a2e1abdf74aa3bc3af095131a59a601c45e (diff) | |
download | otp-63ef0bbfdfb70673fe7f3ce2fc6fa4f0f801747d.tar.gz otp-63ef0bbfdfb70673fe7f3ce2fc6fa4f0f801747d.tar.bz2 otp-63ef0bbfdfb70673fe7f3ce2fc6fa4f0f801747d.zip |
erts: Add the size-testing guard BIF map_size/1
Diffstat (limited to 'erts/emulator/beam/global.h')
-rwxr-xr-x | erts/emulator/beam/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index 83a8911a36..8fcb95d0e2 100755 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -998,6 +998,7 @@ Eterm erts_gc_length_1(Process* p, Eterm* reg, Uint live); Eterm erts_gc_size_1(Process* p, Eterm* reg, Uint live); Eterm erts_gc_bit_size_1(Process* p, Eterm* reg, Uint live); Eterm erts_gc_byte_size_1(Process* p, Eterm* reg, Uint live); +Eterm erts_gc_map_size_1(Process* p, Eterm* reg, Uint live); Eterm erts_gc_abs_1(Process* p, Eterm* reg, Uint live); Eterm erts_gc_float_1(Process* p, Eterm* reg, Uint live); Eterm erts_gc_round_1(Process* p, Eterm* reg, Uint live); |