Changeset 598 for branches/1.3/opcode_spec.h
- Timestamp:
- 2009-07-05T07:25:36+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
opcode_spec.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/opcode_spec.h
r394 r598 29 29 30 30 #define OPSPECS_DEF_ENUM(name) OPSPEC_##name, 31 typedef enum { OPSPECS(OPSPECS_DEF_ENUM) } xc_op_spec_t;31 typedef enum { OPSPECS(OPSPECS_DEF_ENUM) OPSPEC_DUMMY } xc_op_spec_t; 32 32 33 33 typedef struct {
Note: See TracChangeset
for help on using the changeset viewer.

