Changeset 95208 in webkit for trunk/Source/JavaScriptCore/jit/JSInterfaceJIT.h
- Timestamp:
- Sep 15, 2011, 12:05:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JSInterfaceJIT.h
r93466 r95208 189 189 #if USE(JSVALUE32_64) 190 190 // Can't just propogate JSValue::Int32Tag as visual studio doesn't like it 191 static const unsigned Int32Tag = 0xfffffff f;191 static const unsigned Int32Tag = 0xfffffffe; 192 192 COMPILE_ASSERT(Int32Tag == JSValue::Int32Tag, Int32Tag_out_of_sync); 193 193 #else
Note:
See TracChangeset
for help on using the changeset viewer.