From 41386e9cb918eed93b3f13648cbef387e371e451 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 20 May 2015 09:56:07 +0000 Subject: webkitgtk-2.4.9 --- Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.cpp') diff --git a/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.cpp b/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.cpp index 074e7a69e..775abe18f 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 ", m_operand); + out.print(m_exitArgument, " for r", m_operand); } } } // namespace JSC::FTL -- cgit v1.2.1