From 3b61d605c1133adc1b6453e74067ab4649fc87eb Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 21 Feb 1989 10:09:22 +0000 Subject: [PATCH] fixed syntax error in table --- mach/m68020/top/table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -- 2.34.1