mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:29:21 +02:00
* don't write a tab character before an instruction that's a nested operand
git-svn-id: branches/hlcgllvm@28126 -
This commit is contained in:
parent
1a77bc952e
commit
3511aa4878
@ -350,6 +350,7 @@ implementation
|
|||||||
because operands may contain other tai that will also write things out
|
because operands may contain other tai that will also write things out
|
||||||
(and their output must come after everything that was processed in this
|
(and their output must come after everything that was processed in this
|
||||||
instruction, such as its opcode or previous operands) }
|
instruction, such as its opcode or previous operands) }
|
||||||
|
if owner.fdecllevel=0 then
|
||||||
owner.AsmWrite(#9);
|
owner.AsmWrite(#9);
|
||||||
sep:=' ';
|
sep:=' ';
|
||||||
done:=false;
|
done:=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user