Explorar o código

m68k: added REMS/REMU to the special formatting requirements list in the assembler writer

git-svn-id: trunk@33840 -
Károly Balogh %!s(int64=9) %!d(string=hai) anos
pai
achega
c509036c11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/m68k/ag68kgas.pas

+ 1 - 1
compiler/m68k/ag68kgas.pas

@@ -295,7 +295,7 @@ interface
                         sep:=#9
                       else
                       if (i=2) and
-                         (op in [A_DIVSL,A_DIVUL,A_MULS,A_MULU,A_DIVS,A_DIVU]) then
+                         (op in [A_DIVSL,A_DIVUL,A_MULS,A_MULU,A_DIVS,A_DIVU,A_REMS,A_REMU]) then
                         sep:=':'
                       else
                         sep:=',';