Changeset 36417 in webkit for trunk/JavaScriptCore/VM/CTI.cpp
- Timestamp:
- Sep 14, 2008, 7:13:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CTI.cpp
r36412 r36417 631 631 emitGetPutArg(instruction[i + 2].u.operand, 0, X86::ecx); 632 632 emitGetPutArg(instruction[i + 3].u.operand, 4, X86::ecx); 633 emitGetPutArg(instruction[i + 4].u.operand, 8, X86::ecx); 633 634 emitCall(i, Machine::cti_op_instanceof); 634 635 emitPutResult(instruction[i + 1].u.operand); 635 i += 4;636 i += 5; 636 637 break; 637 638 }
Note:
See TracChangeset
for help on using the changeset viewer.