Changeset 39435 in webkit for trunk/JavaScriptCore/jit/JITCall.cpp
- Timestamp:
- Dec 22, 2008, 6:28:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITCall.cpp
r39428 r39435 301 301 // FIXME: this label can be removed, since it is a fixed offset from 'callReturnLocation'. 302 302 // 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); 304 304 305 305 // The arguments have been set up on the hot path for op_call_eval
Note:
See TracChangeset
for help on using the changeset viewer.