Explorar o código

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

git-svn-id: branches/jvmbackend@18353 -
Jonas Maebe %!s(int64=14) %!d(string=hai) anos
pai
achega
b5e7989a06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/agjasmin.pas

+ 1 - 1
compiler/agjasmin.pas

@@ -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);