mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 12:47:27 +01:00
m68k: fix build errors with some assemblers on modulo calculation on 020+
git-svn-id: trunk@33867 -
This commit is contained in:
parent
04a68d9b94
commit
77318be022
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user