diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-03-04 15:45:59 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-03-04 16:18:21 +0100 |
commit | 6ca494bba68eccc5359c96538bfbec9fe9f72a69 (patch) | |
tree | f93cc0e9d85d8371aa0e3462ae1dd6dcde7f0aaa /erts/emulator/hipe/hipe_x86_gc.h | |
parent | 8deb96fb1d017307e22d2ab88968b9ef9f1b71d0 (diff) | |
download | otp-6ca494bba68eccc5359c96538bfbec9fe9f72a69.tar.gz otp-6ca494bba68eccc5359c96538bfbec9fe9f72a69.tar.bz2 otp-6ca494bba68eccc5359c96538bfbec9fe9f72a69.zip |
hipe: Use block comments - ansi style
Diffstat (limited to 'erts/emulator/hipe/hipe_x86_gc.h')
-rw-r--r-- | erts/emulator/hipe/hipe_x86_gc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_x86_gc.h b/erts/emulator/hipe/hipe_x86_gc.h index ccb0d2ffb8..ac6b4f70bb 100644 --- a/erts/emulator/hipe/hipe_x86_gc.h +++ b/erts/emulator/hipe/hipe_x86_gc.h @@ -25,7 +25,7 @@ #include "hipe_x86_asm.h" /* for NR_ARG_REGS */ /* uncomment to simulate & test what the initial PowerPC port will do */ -//#define SKIP_YOUNGEST_FRAME +/* #define SKIP_YOUNGEST_FRAME */ struct nstack_walk_state { #ifdef SKIP_YOUNGEST_FRAME |