瀏覽代碼

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