summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/jit/scopeinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jit/scopeinfo.cpp b/src/jit/scopeinfo.cpp
index 88e1eef9d5..d70a33b082 100644
--- a/src/jit/scopeinfo.cpp
+++ b/src/jit/scopeinfo.cpp
@@ -259,12 +259,12 @@ void CodeGen::siEndScope(unsigned varNum)
}
}
- JITDUMP("siEndScope: Failed to end scope for V%02u\n");
+ JITDUMP("siEndScope: Failed to end scope for V%02u\n", varNum);
// At this point, we probably have a bad LocalVarTab
if (compiler->opts.compDbgCode)
{
- JITDUMP("...checking var tab validity\n", varNum);
+ JITDUMP("...checking var tab validity\n");
// Note the following assert is saying that we expect
// the VM supplied info to be invalid...