aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_debug.c
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2010-08-30 14:43:00 +0200
committerPatrik Nyblom <[email protected]>2010-08-30 14:43:00 +0200
commit2b2b92774d47c8b51cc25bb8bc1d7b4e356936d7 (patch)
tree0c063cafef84bb187b9b860d9d972f2312c1824b /erts/emulator/beam/beam_debug.c
parentec15e459e53ed4f9a74336513357702b1be446ec (diff)
parentd36f3b0ab48aced7668974530549004b4f16075f (diff)
downloadotp-2b2b92774d47c8b51cc25bb8bc1d7b4e356936d7.tar.gz
otp-2b2b92774d47c8b51cc25bb8bc1d7b4e356936d7.tar.bz2
otp-2b2b92774d47c8b51cc25bb8bc1d7b4e356936d7.zip
Merge branch 'pan/ets_binary_overhead/OTP-8762' into dev
* pan/ets_binary_overhead/OTP-8762: Remove binary overhead counter from ets objects
Diffstat (limited to 'erts/emulator/beam/beam_debug.c')
-rw-r--r--erts/emulator/beam/beam_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_debug.c b/erts/emulator/beam/beam_debug.c
index 23b267d5cd..b0bf14b94f 100644
--- a/erts/emulator/beam/beam_debug.c
+++ b/erts/emulator/beam/beam_debug.c
@@ -125,7 +125,7 @@ erts_debug_breakpoint_2(Process* p, Eterm MFA, Eterm bool)
BIF_ERROR(p, BADARG);
}
-#if 0 /* XXX:PaN - not used */
+#if 0 /* Kept for conveninence when hard debugging. */
void debug_dump_code(BeamInstr *I, int num)
{
BeamInstr *code_ptr = I;