Преглед на файлове

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

git-svn-id: branches/jvmbackend@18353 -
Jonas Maebe преди 14 години
родител
ревизия
b5e7989a06
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);