Changeset 186273 in webkit
- Timestamp:
- Jul 3, 2015, 7:55:05 PM (9 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r186268 r186273 1 2015-07-03 Dan Bernstein <mitz@apple.com> 2 3 Fixed the LLINT CLoop build. 4 5 * llint/LowLevelInterpreter.cpp: 6 (JSC::CLoop::execute): 7 1 8 2015-07-03 Dan Bernstein <mitz@apple.com> 2 9 -
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
r182871 r186273 423 423 // LowLevelInterpreter.asm and its peers. 424 424 425 #pragma clang diagnostic push 426 #pragma clang diagnostic ignored "-Wunreachable-code" 425 427 #include "LLIntAssembly.h" 428 #pragma clang diagnostic pop 426 429 427 430 OFFLINE_ASM_GLUE_LABEL(llint_return_to_host)
Note:
See TracChangeset
for help on using the changeset viewer.