Ignore:
Timestamp:
May 9, 2010, 7:17:55 PM (15 years ago)
Author:
[email protected]
Message:

Fix accidental repeat addition of emit_op_new_regexp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/jit/JITOpcodes.cpp

    r59064 r59065  
    964964}
    965965
    966 void JIT::emit_op_new_regexp(Instruction* currentInstruction)
    967 {
    968     JITStubCall stubCall(this, cti_op_new_regexp);
    969     stubCall.addArgument(ImmPtr(m_codeBlock->regexp(currentInstruction[2].u.operand)));
    970     stubCall.call(currentInstruction[1].u.operand);
    971 }
    972 
    973966void JIT::emit_op_bitor(Instruction* currentInstruction)
    974967{
Note: See TracChangeset for help on using the changeset viewer.