Changeset 726 for branches/1.3/opcode_spec.c
- Timestamp:
- 2011-04-09T14:59:31+02:00 (2 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
opcode_spec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
- Property svn:mergeinfo changed
/trunk merged: 709-720,722-723,725
- Property svn:mergeinfo changed
-
branches/1.3/opcode_spec.c
r394 r726 20 20 const xc_opcode_spec_t *xc_get_opcode_spec(zend_uchar opcode) 21 21 { 22 #ifndef NDEBUG 23 if (xc_get_opcode_count() != xc_get_opcode_spec_count()) { 24 fprintf(stderr, "count mismatch: xc_get_opcode_count=%d, xc_get_opcode_spec_count=%d\n", xc_get_opcode_count(), xc_get_opcode_spec_count()); 25 } 26 #endif 22 27 assert(xc_get_opcode_count() == xc_get_opcode_spec_count()); 23 28 assert(opcode < xc_get_opcode_spec_count());
Note: See TracChangeset
for help on using the changeset viewer.

