Changeset 63056 in webkit for trunk/JavaScriptCore/bytecode/Opcode.h
- Timestamp:
- Jul 10, 2010, 6:14:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/Opcode.h
r62896 r63056 211 211 #undef VERIFY_OPCODE_ID 212 212 213 #if HAVE(COMPUTED_GOTO)213 #if ENABLE(COMPUTED_GOTO_INTERPRETER) 214 214 #if COMPILER(RVCT) || COMPILER(INTEL) 215 215 typedef void* Opcode;
Note:
See TracChangeset
for help on using the changeset viewer.