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

Windows build fix p1.

  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
  • 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

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