Changeset 930 for trunk/processor/struct.m4
- Timestamp:
- 2012-06-26T15:53:44+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/processor/struct.m4 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/struct.m4
r917 r930 12 12 IFSTORE( `xc_processor_t *processor, $1 *dst, const $1 * const src') 13 13 IFRESTORE(`xc_processor_t *processor, $1 *dst, const $1 * const src') 14 IFDASM( ` zval *dst, const $1 * const src')14 IFDASM( `xc_dasm_t *dasm, zval *dst, const $1 * const src') 15 15 IFASM( `$1 *dst, const $1 * const src') 16 16 TSRMLS_DC … … 137 137 IFSTORE( `processor, $6 $2, $6 $3') 138 138 IFRESTORE(`processor, $6 $2, $6 $3') 139 IFDASM( ` zv, $6 $3')139 IFDASM( `dasm, zv, $6 $3') 140 140 IFASM( `$6 $2, $6 $3') 141 141 TSRMLS_CC … … 192 192 ALLOC_INIT_ZVAL(zv); 193 193 array_init(zv); 194 FUNC_NAME ( zv, &(SRC(`$4[LOOPCOUNTER]')) TSRMLS_CC);194 FUNC_NAME (dasm, zv, &(SRC(`$4[LOOPCOUNTER]')) TSRMLS_CC); 195 195 add_next_index_zval(arr, zv); 196 196 }
Note: See TracChangeset
for help on using the changeset viewer.

