Ignore:
Timestamp:
Sep 15, 2011, 12:32:12 PM (14 years ago)
Author:
[email protected]
Message:

Ooops, revert accidentally commited unreviewed changes.

  • jit/JITOpcodes32_64.cpp:

(JSC::JIT::emit_op_jfalse):
(JSC::JIT::emit_op_jtrue):

  • jit/JSInterfaceJIT.h:
  • runtime/JSValue.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JSInterfaceJIT.h

    r95208 r95214  
    189189#if USE(JSVALUE32_64)
    190190        // Can't just propogate JSValue::Int32Tag as visual studio doesn't like it
    191         static const unsigned Int32Tag = 0xfffffffe;
     191        static const unsigned Int32Tag = 0xffffffff;
    192192        COMPILE_ASSERT(Int32Tag == JSValue::Int32Tag, Int32Tag_out_of_sync);
    193193#else
Note: See TracChangeset for help on using the changeset viewer.