Changeset 59955 in webkit for trunk/JavaScriptCore/jit/JITArithmetic32_64.cpp
- Timestamp:
- May 21, 2010, 1:52:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITArithmetic32_64.cpp
r59336 r59955 25 25 26 26 #include "config.h" 27 28 #if ENABLE(JIT) 29 #if USE(JSVALUE32_64) 27 30 #include "JIT.h" 28 29 #if ENABLE(JIT)30 31 31 32 #include "CodeBlock.h" … … 46 47 47 48 namespace JSC { 48 49 #if USE(JSVALUE32_64)50 49 51 50 void JIT::emit_op_negate(Instruction* currentInstruction) … … 1405 1404 /* ------------------------------ END: OP_MOD ------------------------------ */ 1406 1405 1406 } // namespace JSC 1407 1407 1408 #endif // USE(JSVALUE32_64) 1408 1409 }1410 1411 1409 #endif // ENABLE(JIT)
Note:
See TracChangeset
for help on using the changeset viewer.