Show
Ignore:
Timestamp:
12/27/04 15:02:31 (4 years ago)
Author:
segv74
Message:

1. pretty disassembler's output
2. change FE_FETCH's opcode type from EXT_FETCH to EXT_FE (FE = foreach)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/opcodes.c

    r37 r44  
    170170#endif 
    171171  OPDEF("FE_RESET",                  EXT_BIT    | OP1_STD    | OP2_UNUSED | RES_VAR), /* 77 */ 
    172   OPDEF("FE_FETCH",                  EXT_FETCH  | OP1_STD    | OP2_OPLINE | RES_TMP), /* 78 */ 
     172  OPDEF("FE_FETCH",                  EXT_FE     | OP1_STD    | OP2_OPLINE | RES_TMP), /* 78 */ 
    173173  OPDEF("EXIT",                      EXT_UNUSED | OP1_STD    | OP2_UNUSED | RES_UNUSED), /* 79 */ 
    174174  OPDEF("FETCH_R",                   EXT_UNUSED | OP1_STD    | OP2_FETCH  | RES_VAR), /* 80 */