From: ceriel Date: Wed, 12 Aug 1987 18:32:15 +0000 (+0000) Subject: yet another fix, this time to divu/divul/divs/divsl X-Git-Tag: release-5-5~3905 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a6bf3e8892eb0e4123a0adf5e0619e0ebdcae078;p=ack.git yet another fix, this time to divu/divul/divs/divsl --- diff --git a/mach/m68020/as/mach4.c b/mach/m68020/as/mach4.c index 98c7f580c..da3940378 100644 --- a/mach/m68020/as/mach4.c +++ b/mach/m68020/as/mach4.c @@ -67,14 +67,14 @@ instruction { /* 64 bit dividend or product */ checksize($2, 4); T_EMIT2((046000 | ($1 & ~1)) | mrg_2, 0, 0, 0); - T_EMIT2(($1&1)<<11 | $7<<12 | $5 | 02000,0,0,0); + T_EMIT2(($1&1)<<11 | $7<<12 | $5 ,0,0,0); ea_2(SIZE_L, DTA); } | DIVL sizedef ea ',' DREG ':' DREG { /* 32 bit long division with remainder */ checksize($2, 4); T_EMIT2(($1 & ~1) | mrg_2, 0, 0, 0); - T_EMIT2(($1 & 1)<<11 | $7<<12 | $5, 0, 0, 0); + T_EMIT2(($1 & 1)<<11 | $7<<12 | $5 | 02000, 0, 0, 0); ea_2(SIZE_L, DTA); } | LEA ea ',' AREG