Ignore:
Timestamp:
Dec 22, 2008, 6:28:48 AM (16 years ago)
Author:
Adam Roben
Message:

Build fix after r39428

  • jit/JITCall.cpp: (JSC::JIT::compileOpCallSlowCase): Added a missing MacroAssembler::
File:
1 edited

Legend:

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

    r39428 r39435  
    301301// FIXME: this label can be removed, since it is a fixed offset from 'callReturnLocation'.
    302302    // This is the address for the cold path *after* the first run (which tries to link the call).
    303     m_callStructureStubCompilationInfo[callLinkInfoIndex].coldPathOther = Label(this);
     303    m_callStructureStubCompilationInfo[callLinkInfoIndex].coldPathOther = MacroAssembler::Label(this);
    304304
    305305    // The arguments have been set up on the hot path for op_call_eval
Note: See TracChangeset for help on using the changeset viewer.