Ignore:
Timestamp:
Jun 16, 2009, 4:35:50 PM (16 years ago)
Author:
[email protected]
Message:

2009-06-16 Gavin Barraclough <[email protected]>

Reviewed by Oliver hunt.

Temporarily partially disable r44492, since this is causing some problems on internal builds.

  • jit/JITOpcodes.cpp: (JSC::JIT::emit_op_throw):
  • jit/JITStubs.cpp: (JSC::JITStubs::DEFINE_STUB_FUNCTION):
File:
1 edited

Legend:

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

    r44711 r44748  
    23292329    if (!handler) {
    23302330        *stackFrame.exception = exceptionValue;
     2331#if !(PLATFORM(x86) || PLATFORM(x86_64))
     2332        // Termporarily disable this on x86 platforms.
    23312333        STUB_SET_RETURN_ADDRESS(reinterpret_cast<void*>(ctiOpThrowNotCaught));
     2334#endif
    23322335        return JSValue::encode(jsNull());
    23332336    }
Note: See TracChangeset for help on using the changeset viewer.