fixed syntax error in table
authorceriel <none@none>
Tue, 21 Feb 1989 10:09:22 +0000 (10:09 +0000)
committerceriel <none@none>
Tue, 21 Feb 1989 10:09:22 +0000 (10:09 +0000)
mach/m68020/top/table

index a58d082..4f5544a 100644 (file)
@@ -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 ;