Changeset 173370 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Sep 7, 2014, 7:16:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r173120 r173370 280 280 default: 281 281 RELEASE_ASSERT_NOT_REACHED(); 282 #if COMPILER_QUIRK(CONSIDERS_UNREACHABLE_CODE) 282 283 op = 0; 284 #endif 283 285 } 284 286 int r0 = (++it)->u.operand;
Note:
See TracChangeset
for help on using the changeset viewer.