Changeset 163428 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
- Timestamp:
- Feb 4, 2014, 9:32:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
r163345 r163428 154 154 155 155 struct CLoopRegister { 156 CLoopRegister() { i = static_cast<intptr_t>(0xbadbeef0baddbeef); } 156 157 union { 157 158 intptr_t i; … … 480 481 #undef SIGN_BIT32 481 482 483 return JSValue(); // to suppress a compiler warning. 482 484 } // Interpreter::llintCLoopExecute() 483 485
Note:
See TracChangeset
for help on using the changeset viewer.