mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
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]
4 lines
87 B
NASM
4 lines
87 B
NASM
d_key equ 0
|
|
cachedata: DQ 0
|
|
dtable:
|
|
cmp al, [esi + (dtable-cachedata) + ebx*4 + d_key]
|