Browse Source

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

git-svn-id: trunk@33840 -
Károly Balogh 9 years ago
parent
commit
c509036c11
1 changed files with 1 additions and 1 deletions
  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:=',';