Ignore:
Timestamp:
Jul 18, 2014, 11:41:03 AM (11 years ago)
Author:
[email protected]
Message:

Fix cloop build.

Source/JavaScriptCore:

  • jsc.cpp:

(jscmain):

Tools:

  • Scripts/jsc-stress-test-helpers/js-exception-fuzz:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jsc.cpp

    r171213 r171228  
    12751275        }
    12761276       
     1277#if ENABLE(JIT)
    12771278        if (Options::enableExceptionFuzz())
    12781279            printf("JSC EXCEPTION FUZZ: encountered %u checks.\n", numberOfExceptionFuzzChecks());
     1280#endif
    12791281    }
    12801282   
Note: See TracChangeset for help on using the changeset viewer.