mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 09:09:30 +02:00
m68k: added REMS/REMU to the special formatting requirements list in the assembler writer
git-svn-id: trunk@33840 -
This commit is contained in:
parent
3ba2d44101
commit
c509036c11
@ -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:=',';
|
||||
|
Loading…
Reference in New Issue
Block a user