diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-04-16 17:34:00 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-04-16 17:34:00 +0200 |
commit | 544d962f3401e96d1bd9efd1209ab53ade9568b9 (patch) | |
tree | feacffce5a8546d5bf4a28c50965f28f24dad1ce /erts | |
parent | 69e0f3a87346a6238b65a00a08b1902821612b36 (diff) | |
download | otp-544d962f3401e96d1bd9efd1209ab53ade9568b9.tar.gz otp-544d962f3401e96d1bd9efd1209ab53ade9568b9.tar.bz2 otp-544d962f3401e96d1bd9efd1209ab53ade9568b9.zip |
erts: Assume counting opcodes are correctly generated
* Assertion is only removed because we are in icount mode.
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/beam/beam_emu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/beam_emu.c b/erts/emulator/beam/beam_emu.c index 6a3415d9f4..bb7b799950 100644 --- a/erts/emulator/beam/beam_emu.c +++ b/erts/emulator/beam/beam_emu.c @@ -5137,8 +5137,6 @@ do { \ #ifndef NO_JUMP_TABLE #ifdef ERTS_OPCODE_COUNTER_SUPPORT - /* Are tables correctly generated by beam_makeops? */ - ERTS_CT_ASSERT(sizeof(counting_opcodes) == sizeof(opcodes)); #ifdef DEBUG counting_opcodes[op_catch_end_y] = LabelAddr(lb_catch_end_y); #endif |