mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:09:23 +02:00
* separate Jasmin operands by space instead of by ","
git-svn-id: branches/jvmbackend@18353 -
This commit is contained in:
parent
730f75ed96
commit
b5e7989a06
@ -874,7 +874,7 @@ implementation
|
|||||||
for i:=0 to taicpu(hp).ops-1 do
|
for i:=0 to taicpu(hp).ops-1 do
|
||||||
begin
|
begin
|
||||||
s:=s+sep+getopstr(taicpu(hp).oper[i]^);
|
s:=s+sep+getopstr(taicpu(hp).oper[i]^);
|
||||||
sep:=',';
|
sep:=' ';
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
owner.AsmWriteLn(s);
|
owner.AsmWriteLn(s);
|
||||||
|
Loading…
Reference in New Issue
Block a user