Changeset 20 for trunk/opcode_spec.h
- Timestamp:
- 05/25/2006 04:38:27 AM (7 years ago)
- Files:
-
- 1 modified
-
trunk/opcode_spec.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opcode_spec.h
r1 r20 39 39 40 40 const xc_opcode_spec_t *xc_get_opcode_spec(zend_uchar opcode); 41 intxc_get_opcode_spec_count();42 intxc_get_op_spec_count();41 zend_uchar xc_get_opcode_spec_count(); 42 zend_uchar xc_get_op_spec_count(); 43 43 const char *xc_get_op_spec(zend_uchar spec);

