Changeset 157937 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
- Timestamp:
- Oct 24, 2013, 10:05:57 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
r157572 r157937 99 99 #endif 100 100 101 #define OFFLINE_ASM_LOCAL_LABEL(label) label: 101 #define OFFLINE_ASM_LOCAL_LABEL(label) \ 102 label: \ 103 if (false) \ 104 goto label; 102 105 103 106
Note:
See TracChangeset
for help on using the changeset viewer.