X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..refs/heads/master:/profiler/ProfilerBytecodeSequence.cpp diff --git a/profiler/ProfilerBytecodeSequence.cpp b/profiler/ProfilerBytecodeSequence.cpp index 5bfedb4..145ee44 100644 --- a/profiler/ProfilerBytecodeSequence.cpp +++ b/profiler/ProfilerBytecodeSequence.cpp @@ -44,7 +44,7 @@ BytecodeSequence::BytecodeSequence(CodeBlock* codeBlock) if (!description.length()) continue; out.reset(); - out.print("arg", i, " (r", virtualRegisterForArgument(i).offset(), "): ", description); + out.print("arg", i, ": ", description); m_header.append(out.toCString()); }