Changeset 8 for trunk/opcode_spec.c
- Timestamp:
- 2006-05-13T05:19:43+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/opcode_spec.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opcode_spec.c
r1 r8 3 3 #include "const_string.h" 4 4 5 #ifdef HAVE_XCACHE_OPCODE_SPEC_DEF 5 6 /* {{{ opcode_spec */ 6 7 #define OPSPEC(ext, op1, op2, res) { OPSPEC_##ext, OPSPEC_##op1, OPSPEC_##op2, OPSPEC_##res }, … … 24 25 } 25 26 /* }}} */ 27 #endif 26 28 /* {{{ op_spec */ 27 29
Note: See TracChangeset
for help on using the changeset viewer.

