Changeset 53891 in webkit for trunk/JavaScriptCore/bytecode/Opcode.h
- Timestamp:
- Jan 26, 2010, 8:20:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/Opcode.h
r52231 r53891 197 197 198 198 #if HAVE(COMPUTED_GOTO) 199 #if COMPILER(RVCT) 200 typedef void* Opcode; 201 #else 199 202 typedef const void* Opcode; 203 #endif 200 204 #else 201 205 typedef OpcodeID Opcode;
Note:
See TracChangeset
for help on using the changeset viewer.