Changeset 44 for eaccelerator/trunk/opcodes.c
- Timestamp:
- 12/27/04 15:02:31 (4 years ago)
- Files:
-
- eaccelerator/trunk/opcodes.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/opcodes.c
r37 r44 170 170 #endif 171 171 OPDEF("FE_RESET", EXT_BIT | OP1_STD | OP2_UNUSED | RES_VAR), /* 77 */ 172 OPDEF("FE_FETCH", EXT_FE TCH| OP1_STD | OP2_OPLINE | RES_TMP), /* 78 */172 OPDEF("FE_FETCH", EXT_FE | OP1_STD | OP2_OPLINE | RES_TMP), /* 78 */ 173 173 OPDEF("EXIT", EXT_UNUSED | OP1_STD | OP2_UNUSED | RES_UNUSED), /* 79 */ 174 174 OPDEF("FETCH_R", EXT_UNUSED | OP1_STD | OP2_FETCH | RES_VAR), /* 80 */