X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..refs/heads/master:/ftl/FTLExitArgumentForOperand.cpp diff --git a/ftl/FTLExitArgumentForOperand.cpp b/ftl/FTLExitArgumentForOperand.cpp index 775abe1..074e7a6 100644 --- a/ftl/FTLExitArgumentForOperand.cpp +++ b/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