Ignore:
Timestamp:
Nov 20, 2011, 9:03:08 PM (14 years ago)
Author:
[email protected]
Message:

Unreviewed interpreter build fix.

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::finalizeUnconditionally):

  • dfg/DFGRepatch.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp

    r100880 r100883  
    16961696void CodeBlock::finalizeUnconditionally()
    16971697{
     1698#if ENABLE(JIT)
    16981699#if ENABLE(JIT_VERBOSE_OSR)
    16991700    static const bool verboseUnlinking = true;
    17001701#else
    17011702    static const bool verboseUnlinking = false;
     1703#endif
    17021704#endif
    17031705   
Note: See TracChangeset for help on using the changeset viewer.