Changeset 39371 in webkit for trunk/JavaScriptCore/jit/JITCall.cpp
- Timestamp:
- Dec 17, 2008, 11:02:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITCall.cpp
r39370 r39371 148 148 // Check for JSFunctions. 149 149 emitJumpSlowCaseIfNotJSCell(X86::ecx); 150 addSlowCase(jnePtr( X86::ecx, ImmPtr(m_interpreter->m_jsFunctionVptr)));150 addSlowCase(jnePtr(Address(X86::ecx), ImmPtr(m_interpreter->m_jsFunctionVptr))); 151 151 152 152 // First, in the case of a construct, allocate the new object.
Note:
See TracChangeset
for help on using the changeset viewer.