aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.c
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-03-04 16:16:05 +0100
committerBjörn-Egil Dahlberg <[email protected]>2013-03-04 16:18:33 +0100
commit209f6091c24c63651132dae4cbcf1eab9ea8913c (patch)
treea8014ad655ae0136f10ae669a27305fe1a37e5db /erts/emulator/beam/erl_process.c
parent6ca494bba68eccc5359c96538bfbec9fe9f72a69 (diff)
downloadotp-209f6091c24c63651132dae4cbcf1eab9ea8913c.tar.gz
otp-209f6091c24c63651132dae4cbcf1eab9ea8913c.tar.bz2
otp-209f6091c24c63651132dae4cbcf1eab9ea8913c.zip
erts: Use block comments - ansi style
Diffstat (limited to 'erts/emulator/beam/erl_process.c')
-rw-r--r--erts/emulator/beam/erl_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_process.c b/erts/emulator/beam/erl_process.c
index 00247b387a..16b6b1c79d 100644
--- a/erts/emulator/beam/erl_process.c
+++ b/erts/emulator/beam/erl_process.c
@@ -1811,7 +1811,7 @@ erts_set_aux_work_timeout(int ix, erts_aint32_t type, int enable)
ERTS_DBG_CHK_AUX_WORK_VAL(type);
ERTS_DBG_CHK_AUX_WORK_VAL(erts_atomic32_read_nob(&aux_work_tmo->type[ix]));
-// erts_fprintf(stderr, "t(%d, 0x%x, %d)\n", ix, type, enable);
+ /* erts_fprintf(stderr, "t(%d, 0x%x, %d)\n", ix, type, enable); */
if (!enable) {
old = erts_atomic32_read_band_mb(&aux_work_tmo->type[ix], ~type);