summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 2051377398..956d1dc468 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -1263,7 +1263,7 @@ extern int erts_initialized;
extern int erts_compat_rel;
#ifdef BEAMASM
-extern int erts_asm_dump;
+extern int erts_jit_asm_dump;
#endif
void erl_start(int, char**);