diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-09-22 17:21:15 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-10-16 17:23:57 +0200 |
commit | a5ce823283d36eda4788c55b0b9b645577473983 (patch) | |
tree | a6b2852be8c625e99d6feb717381ca7a0b62bf82 /erts/emulator/beam/erl_vm.h | |
parent | 9c9878d6d4e99aba195177baef66067da0a2b797 (diff) | |
download | otp-a5ce823283d36eda4788c55b0b9b645577473983.tar.gz otp-a5ce823283d36eda4788c55b0b9b645577473983.tar.bz2 otp-a5ce823283d36eda4788c55b0b9b645577473983.zip |
erts: Fix SMP for ERTS_OPCODE_COUNTER_SUPPORT
Cleanup macro code.
Diffstat (limited to 'erts/emulator/beam/erl_vm.h')
-rw-r--r-- | erts/emulator/beam/erl_vm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_vm.h b/erts/emulator/beam/erl_vm.h index b7de8208ad..78d98229d8 100644 --- a/erts/emulator/beam/erl_vm.h +++ b/erts/emulator/beam/erl_vm.h @@ -20,8 +20,6 @@ #ifndef __ERL_VM_H__ #define __ERL_VM_H__ -/* #define ERTS_OPCODE_COUNTER_SUPPORT */ - /* FORCE_HEAP_FRAGS: * Debug provocation to make HAlloc always create heap fragments (if allowed) * even if there is room on heap. |