mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-19 05:30:07 +08:00
Clear vtop.sym if saving on stack
normally the sym slot is meaningful only with VT_SYM. But we also use it when mentioning a decl for inline asms with register vars, conditional on being a VT_LOCAL entry. So when generating VT_LOCAL we need to reset .sym as it might contain stale entries from the cmp_op fields.
This commit is contained in:
parent
ce8814cdd6
commit
468e59206b