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.h

    r153612 r153646  
    4545};
    4646
     47#if USE(JSVALUE32_64)
    4748// EncodedExceptionHandler is used to convince the compiler to return an ExceptionHander
    4849// struct in two registers for 32 bit builds.
     
    5556
    5657EncodedExceptionHandler encode(ExceptionHandler);
     58#endif
    5759
    5860ExceptionHandler genericThrow(VM*, ExecState*, JSValue exceptionValue, unsigned vPCIndex);
Note: See TracChangeset for help on using the changeset viewer.