diff options
Diffstat (limited to 'Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.cpp')
-rw-r--r-- | Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.cpp b/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.cpp index 775abe18f..074e7a69e 100644 --- a/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.cpp +++ b/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.cpp @@ -32,7 +32,7 @@ namespace JSC { namespace FTL { void ExitArgumentForOperand::dump(PrintStream& out) const { - out.print(m_exitArgument, " for r", m_operand); + out.print(m_exitArgument, " for ", m_operand); } } } // namespace JSC::FTL |