Clear vtop.sym if saving on stack
commit468e59206ba8a42645becb61d08c6d1749b56ca4
authorMichael Matz <matz@suse.de>
Fri, 12 Feb 2021 23:24:29 +0000 (13 00:24 +0100)
committerMichael Matz <matz@suse.de>
Fri, 12 Feb 2021 23:24:29 +0000 (13 00:24 +0100)
tree42cc1551b482e15fbbaa6b16a8310174a33402a1
parentce8814cdd65612b523dc77814f1999bb26d421f7
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.
tccgen.c