Changeset 44693 in webkit for trunk/JavaScriptCore/jit/JITStubs.cpp
- Timestamp:
- Jun 15, 2009, 1:17:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITStubs.cpp
r44523 r44693 1248 1248 1249 1249 CallLinkInfo* callLinkInfo = &stackFrame.callFrame->callerFrame()->codeBlock()->getCallLinkInfo(stackFrame.args[1].returnAddress()); 1250 JIT::linkCall(callee, codeBlock, jitCode, callLinkInfo, stackFrame.args[2].int32() );1250 JIT::linkCall(callee, codeBlock, jitCode, callLinkInfo, stackFrame.args[2].int32(), stackFrame.globalData); 1251 1251 1252 1252 return jitCode.addressForCall().executableAddress();
Note:
See TracChangeset
for help on using the changeset viewer.