Changeset 48574 in webkit for trunk/JavaScriptCore/jit/JITStubs.h


Ignore:
Timestamp:
Sep 21, 2009, 12:37:13 AM (16 years ago)
Author:
[email protected]
Message:

Fix stack alignment with ARM THUMB2 JIT.
https://bugs.webkit.org/show_bug.cgi?id=29526

Patch by Gavin Barraclough <[email protected]> on 2009-09-19
Reviewed by Sam 'Cabin Boy' Weinig.

Stack is currently being decremented by 0x3c, bump this to 0x40 to make this a
multiple of 16 bytes.

  • jit/JITStubs.cpp:

(JSC::JITThunks::JITThunks):

  • jit/JITStubs.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/jit/JITStubs.h

    r48525 r48574  
    149149        CallFrame* callFrame;
    150150        JSValue* exception;
     151
     152        void* padding2;
    151153
    152154        // These arguments passed on the stack.
Note: See TracChangeset for help on using the changeset viewer.