- fixed bra #.label assembler errors hopefully

git-svn-id: trunk@5492 -
This commit is contained in:
Károly Balogh 2006-11-26 16:19:54 +00:00
parent 0d97f9ab6c
commit 119cdbb772

View File

@ -199,7 +199,7 @@ interface
if o.ref^.refaddr=addr_full then if o.ref^.refaddr=addr_full then
begin begin
if assigned(o.ref^.symbol) then if assigned(o.ref^.symbol) then
hs:='#'+o.ref^.symbol.name hs:=o.ref^.symbol.name
else else
hs:='#'; hs:='#';
if o.ref^.offset>0 then if o.ref^.offset>0 then