From: ceriel Date: Thu, 11 Jun 1987 14:44:48 +0000 (+0000) Subject: exg instruction translated wrong X-Git-Tag: release-5-5~4075 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1e5688a10e1cae215100578c2a44a4e5d62b069f;p=ack.git exg instruction translated wrong --- diff --git a/mach/m68k2/as/mach4.c b/mach/m68k2/as/mach4.c index 96024f3cf..4e97d9bb1 100644 --- a/mach/m68k2/as/mach4.c +++ b/mach/m68k2/as/mach4.c @@ -86,7 +86,7 @@ operation ); else emit2( - (0140600|$2|($4&07)<<9) + (0140610|$2|($4&07)<<9) - (($4&010)<<3) );