mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 04:19:28 +02:00
z80: fix typo in the previous commit
git-svn-id: trunk@45164 -
This commit is contained in:
parent
04bd105cf5
commit
60c73dd14b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user