From 9194779ef37187b1b38d73099747459f9f5e745c Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Thu, 26 Sep 2013 10:25:22 +0200 Subject: V4: changed environment variable SHOW_CODE. Use QV4_SHOW_ASM for the generated assembly from the JIT, and use QV4_SHOW_IR to get dumps of the IR. Change-Id: Id85d3d6c87b47088c312475a7c737d54c58c7791 Reviewed-by: Simon Hausmann Reviewed-by: Lars Knoll --- src/3rdparty/masm/stubs/Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty/masm/stubs') diff --git a/src/3rdparty/masm/stubs/Options.cpp b/src/3rdparty/masm/stubs/Options.cpp index 24e4f3a6f1..7b64b68dab 100644 --- a/src/3rdparty/masm/stubs/Options.cpp +++ b/src/3rdparty/masm/stubs/Options.cpp @@ -48,7 +48,7 @@ namespace JSC { bool Options::showDisassembly() { - static bool showCode = !qgetenv("SHOW_CODE").isNull(); + static bool showCode = !qgetenv("QV4_SHOW_ASM").isNull(); return showCode; } -- cgit v1.2.3