Changeset 50539 in webkit for trunk/JavaScriptCore/assembler/ARMv7Assembler.h
- Timestamp:
- Nov 4, 2009, 7:04:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/ARMv7Assembler.h
r50255 r50539 237 237 : m_type(TypeUInt16) 238 238 { 239 // Make sure this constructor is only reached with type TypeUInt16; 240 // this extra parameter makes the code a little clearer by making it 241 // explicit at call sites which type is being constructed 242 ASSERT_UNUSED(type, type == TypeUInt16); 243 239 244 m_value.asInt = value; 240 245 }
Note:
See TracChangeset
for help on using the changeset viewer.