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

git-svn-id: trunk@33840 -
This commit is contained in:
Károly Balogh 2016-05-28 15:30:48 +00:00
parent 3ba2d44101
commit c509036c11

View File

@ -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:=',';