yasm/libyasm/tests/expr-simplify-identity.asm
Peter Johnson bd8401d538 expr_simplify_identity: Pass int_term via pointer.
This allows signaling to the caller (expr_level_op) that the int_term
was destroyed.  Without this, the new expr-simplify-identity testcase
has a use-after-free.

[#232 state:resolved]
2011-07-10 23:44:18 -07:00

4 lines
87 B
NASM

d_key equ 0
cachedata: DQ 0
dtable:
cmp al, [esi + (dtable-cachedata) + ebx*4 + d_key]