From: ceriel Date: Tue, 21 Feb 1989 10:09:22 +0000 (+0000) Subject: fixed syntax error in table X-Git-Tag: release-5-5~2563 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3b61d605c1133adc1b6453e74067ab4649fc87eb;p=ack.git fixed syntax error in table --- diff --git a/mach/m68020/top/table b/mach/m68020/top/table index a58d08226..4f5544a2d 100644 --- a/mach/m68020/top/table +++ b/mach/m68020/top/table @@ -55,7 +55,7 @@ move.l X,AREG : move.l AREG,DREG : /* redundant move */ move.l DREG,DREG2 : move.l DREG2,DREG -> move.l DREG,DREG2 ; -move.l DREG,AREG : move.l AREG,DREG -> move.l DREG,AREG : tst.l DREG +move.l DREG,AREG : move.l AREG,DREG -> move.l DREG,AREG : tst.l DREG ; move.l AREG,DREG : move.l DREG,AREG -> move.l AREG,DREG ; move.w DREG,DREG2 : move.w DREG2,DREG -> move.w DREG,DREG2 ;