* 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:
Jonas Maebe 2014-07-01 16:31:03 +00:00
parent 1a77bc952e
commit 3511aa4878

View File

@ -350,7 +350,8 @@ implementation
because operands may contain other tai that will also write things out
(and their output must come after everything that was processed in this
instruction, such as its opcode or previous operands) }
owner.AsmWrite(#9);
if owner.fdecllevel=0 then
owner.AsmWrite(#9);
sep:=' ';
done:=false;
opstart:=0;