Count variables referenced in assembly code as used.

This commit is contained in:
Stephen Heumann 2022-12-13 19:04:18 -06:00
parent 4bc486eade
commit 705c9d36a2
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ var
size := longAddress;
end {if}
else begin
id^.used := true;
operand.symbolPtr := id;
if id^.storage in [stackFrame,parameter] then begin
code^.slab := id^.lln;