Browse Source

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

git-svn-id: branches/jvmbackend@18353 -
Jonas Maebe 14 năm trước cách đây
mục cha
commit
b5e7989a06
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);