m68k: fix build errors with some assemblers on modulo calculation on 020+

git-svn-id: trunk@33867 -
This commit is contained in:
Károly Balogh 2016-06-01 10:50:22 +00:00
parent 04a68d9b94
commit 77318be022

View File

@ -168,7 +168,7 @@ implementation
procedure tm68kmoddivnode.emit_mod_reg_reg(signed: boolean;denum,num : tregister);
const
remop: array[boolean,boolean] of tasmop = ((A_DIVU,A_DIVS),(A_REMU,A_REMS));
remop: array[boolean,boolean] of tasmop = ((A_DIVUL,A_DIVSL),(A_REMU,A_REMS));
var
tmpreg : tregister;
begin