* separate Jasmin operands by space instead of by ","

git-svn-id: branches/jvmbackend@18353 -
This commit is contained in:
Jonas Maebe 2011-08-20 07:50:35 +00:00
parent 730f75ed96
commit b5e7989a06

View File

@ -874,7 +874,7 @@ implementation
for i:=0 to taicpu(hp).ops-1 do
begin
s:=s+sep+getopstr(taicpu(hp).oper[i]^);
sep:=',';
sep:=' ';
end;
end;
owner.AsmWriteLn(s);