z80: fix typo in the previous commit

git-svn-id: trunk@45164 -
This commit is contained in:
Károly Balogh 2020-04-28 23:10:35 +00:00
parent 04bd105cf5
commit 60c73dd14b

View File

@ -671,7 +671,7 @@ unit agz80vasm;
else
begin
if tai_symbol(hp).is_global then
writer.AsmWriteLn(#9'.globl '+ApplyAsmSymbolRestrictions(tai_symbol(hp).sym.name))
writer.AsmWriteLn(#9'.globl '+ApplyAsmSymbolRestrictions(tai_symbol(hp).sym.name));
writer.AsmWriteLn(ApplyAsmSymbolRestrictions(tai_symbol(hp).sym.name) + '=' + tostr(tai_symbol(hp).value));
end;
end;