Changeset 63056 in webkit for trunk/JavaScriptCore/bytecode/Instruction.h
- Timestamp:
- Jul 10, 2010, 6:14:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/Instruction.h
r55564 r63056 126 126 Instruction(Opcode opcode) 127 127 { 128 #if ! HAVE(COMPUTED_GOTO)128 #if !ENABLE(COMPUTED_GOTO_INTERPRETER) 129 129 // We have to initialize one of the pointer members to ensure that 130 130 // the entire struct is initialized, when opcode is not a pointer.
Note:
See TracChangeset
for help on using the changeset viewer.