Ignore:
Timestamp:
Oct 8, 2015, 1:24:25 PM (10 years ago)
Author:
[email protected]
Message:

Unreviewed Cloop build fix after bug: https://bugs.webkit.org/show_bug.cgi?id=149601

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::newExceptionHandlingCallSiteIndex):

  • jit/JITCode.cpp:

(JSC::NativeJITCode::addressForCall):
(JSC::JITCode::liveRegistersToPreserveAtExceptionHandlingCallSite):

  • jit/JITCode.h:
File:
1 edited

Legend:

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

    r190735 r190741  
    219219}
    220220
     221#if ENABLE(JIT)
    221222RegisterSet JITCode::liveRegistersToPreserveAtExceptionHandlingCallSite(CodeBlock*, CallSiteIndex)
    222223{
    223224    return RegisterSet();
    224225}
     226#endif
    225227
    226228} // namespace JSC
Note: See TracChangeset for help on using the changeset viewer.