1
0
Fork 0

disassemble: fix processor for double, yet the code is not used for dasm for now

This commit is contained in:
Xuefer 2015-06-30 03:07:10 +08:00
parent d94534988e
commit c01538d0ba
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ define(`PROCESS_SCALAR', `dnl {{{ (1:elm, 2:format=%d, 3:type=)
IFDASM(`
ifelse(
`$3', `zend_bool', `add_assoc_bool_ex(dst, XCACHE_STRS("$1"), SRC(`$1') ? 1 : 0);'
, `$3', `double', `add_assoc_double_ex(dst, XCACHE_STRS("$1"), SRC(`$1'));'
, `', `', `add_assoc_long_ex(dst, XCACHE_STRS("$1"), SRC(`$1'));'
)
')