summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-05-28 15:30:48 +0000
committerkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-05-28 15:30:48 +0000
commite68fffa73f2f35dda1ac36d257b67e3d33c7824c (patch)
treef1ca7fb9197de371d57fea8ee314f93949745184
parentaf42eea576fb59ee9595b0ec07b9466aa325ba35 (diff)
downloadfpc-e68fffa73f2f35dda1ac36d257b67e3d33c7824c.tar.gz
m68k: added REMS/REMU to the special formatting requirements list in the assembler writer
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@33840 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/m68k/ag68kgas.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/m68k/ag68kgas.pas b/compiler/m68k/ag68kgas.pas
index 1442780c7b..5a5d18f6f9 100644
--- a/compiler/m68k/ag68kgas.pas
+++ b/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:=',';