Ignore:
Timestamp:
Aug 2, 2013, 7:46:05 AM (12 years ago)
Author:
[email protected]
Message:

REGRESSION(r153612): It made jsc and layout tests crash
https://bugs.webkit.org/show_bug.cgi?id=119440

Reviewed by Csaba Osztrogonác.

Made the changes if changeset r153612 only apply to 32 bit builds.

  • jit/JITExceptions.cpp:
  • jit/JITExceptions.h:
  • jit/JITStubs.cpp:

(JSC::cti_vm_throw_slowpath):

  • jit/JITStubs.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JITExceptions.cpp

    r153612 r153646  
    5252}
    5353
     54#if USE(JSVALUE32_64)
    5455EncodedExceptionHandler encode(ExceptionHandler handler)
    5556{
     
    5859    return u.encodedHandler;
    5960}
     61#endif
    6062
    6163ExceptionHandler genericThrow(VM* vm, ExecState* callFrame, JSValue exceptionValue, unsigned vPCIndex)
Note: See TracChangeset for help on using the changeset viewer.