Ignore:
Timestamp:
Mar 8, 2012, 2:03:09 PM (13 years ago)
Author:
[email protected]
Message:

Update MIPS patchOffsetGetByIdSlowCaseCall
https://bugs.webkit.org/show_bug.cgi?id=80302

Patch by Chao-ying Fu <[email protected]> on 2012-03-08
Reviewed by Oliver Hunt.

  • jit/JIT.h:

(JIT):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JIT.h

    r109863 r110204  
    508508        #error "OPCODE_SAMPLING is not yet supported"
    509509#else
    510         static const int patchOffsetGetByIdSlowCaseCall = 64;
     510        static const int patchOffsetGetByIdSlowCaseCall = 68;
    511511#endif
    512512        static const int patchOffsetOpCallCompareToJump = 32;
     
    526526        #error "OPCODE_SAMPLING is not yet supported"
    527527#else
    528         static const int patchOffsetGetByIdSlowCaseCall = 64;
     528        static const int patchOffsetGetByIdSlowCaseCall = 68;
    529529#endif
    530530        static const int patchOffsetOpCallCompareToJump = 32;
Note: See TracChangeset for help on using the changeset viewer.