Ignore:
Timestamp:
Oct 14, 2013, 4:22:38 PM (12 years ago)
Author:
[email protected]
Message:

[sh4] Fixes after r157404 and r157411.
https://bugs.webkit.org/show_bug.cgi?id=122782

Patch by Julien Brianceau <[email protected]> on 2013-10-14
Reviewed by Michael Saboff.

  • dfg/DFGSpeculativeJIT.h:

(JSC::DFG::SpeculativeJIT::callOperation): Add missing SH4_32BIT_DUMMY_ARG.

  • jit/CCallHelpers.h:

(JSC::CCallHelpers::setupArgumentsWithExecState):

  • jit/JITInlines.h:

(JSC::JIT::callOperation): Add missing SH4_32BIT_DUMMY_ARG.

  • jit/JITPropertyAccess32_64.cpp:

(JSC::JIT::emit_op_put_by_id): Remove unwanted BEGIN_UNINTERRUPTED_SEQUENCE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r157424 r157427  
     12013-10-14  Julien Brianceau  <[email protected]>
     2
     3        [sh4] Fixes after r157404 and r157411.
     4        https://bugs.webkit.org/show_bug.cgi?id=122782
     5
     6        Reviewed by Michael Saboff.
     7
     8        * dfg/DFGSpeculativeJIT.h:
     9        (JSC::DFG::SpeculativeJIT::callOperation): Add missing SH4_32BIT_DUMMY_ARG.
     10        * jit/CCallHelpers.h:
     11        (JSC::CCallHelpers::setupArgumentsWithExecState):
     12        * jit/JITInlines.h:
     13        (JSC::JIT::callOperation): Add missing SH4_32BIT_DUMMY_ARG.
     14        * jit/JITPropertyAccess32_64.cpp:
     15        (JSC::JIT::emit_op_put_by_id): Remove unwanted BEGIN_UNINTERRUPTED_SEQUENCE.
     16
    1172013-10-14  Commit Queue  <[email protected]>
    218
Note: See TracChangeset for help on using the changeset viewer.