Ignore:
Timestamp:
May 20, 2010, 8:39:00 PM (15 years ago)
Author:
[email protected]
Message:

Fixed naming mixup: it's op_call_put_result, not ret_result.

Reviewed by Beth Dakin.

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::dump):

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::privateExecute):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bytecode/CodeBlock.cpp

    r59860 r59905  
    10711071        case op_call_put_result: {
    10721072            int r0 = (++it)->u.operand;
    1073             printf("[%4d] ret_result\t\t %s\n", location, registerName(exec, r0).data());
     1073            printf("[%4d] op_call_put_result\t\t %s\n", location, registerName(exec, r0).data());
    10741074            break;
    10751075        }
Note: See TracChangeset for help on using the changeset viewer.