Changeset 156934 in webkit for trunk/Source/JavaScriptCore/jit/JSInterfaceJIT.h
- Timestamp:
- Oct 4, 2013, 5:40:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JSInterfaceJIT.h
r156896 r156934 193 193 COMPILE_ASSERT(Int32Tag == JSValue::Int32Tag, Int32Tag_out_of_sync); 194 194 #else 195 static const unsigned Int32Tag = TagTypeNumber >> 32;195 static const unsigned Int32Tag = static_cast<unsigned>(TagTypeNumber >> 32); 196 196 #endif 197 197 inline Jump emitLoadJSCell(unsigned virtualRegisterIndex, RegisterID payload);
Note:
See TracChangeset
for help on using the changeset viewer.