Changeset 39265 in webkit for trunk/JavaScriptCore/jit/JITCall.cpp
- Timestamp:
- Dec 12, 2008, 7:03:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITCall.cpp
r39261 r39265 102 102 emitPutCTIArgConstant(registerOffset, 4); 103 103 emitPutCTIArgConstant(argCount, 8); 104 emitPutCTIArgConstant(reinterpret_cast<unsigned>(instruction), 12);105 104 } 106 105 … … 118 117 emitPutCTIArgFromVirtualRegister(proto, 12, X86::eax); 119 118 emitPutCTIArgConstant(thisRegister, 16); 120 emitPutCTIArgConstant(reinterpret_cast<unsigned>(instruction), 20);121 119 } 122 120
Note:
See TracChangeset
for help on using the changeset viewer.