Changeset 110204 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Mar 8, 2012, 2:03:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r109863 r110204 508 508 #error "OPCODE_SAMPLING is not yet supported" 509 509 #else 510 static const int patchOffsetGetByIdSlowCaseCall = 6 4;510 static const int patchOffsetGetByIdSlowCaseCall = 68; 511 511 #endif 512 512 static const int patchOffsetOpCallCompareToJump = 32; … … 526 526 #error "OPCODE_SAMPLING is not yet supported" 527 527 #else 528 static const int patchOffsetGetByIdSlowCaseCall = 6 4;528 static const int patchOffsetGetByIdSlowCaseCall = 68; 529 529 #endif 530 530 static const int patchOffsetOpCallCompareToJump = 32;
Note:
See TracChangeset
for help on using the changeset viewer.