From 6f62e23abb72c07ab787446b809330feb2714289 Mon Sep 17 00:00:00 2001 From: twilen Date: Sat, 25 Feb 2012 19:32:03 +0000 Subject: [PATCH] Revert r44241, it is not needed, asr is logical right shift (new leftmost bit is duplicate of previous leftmost bit), -1 stays -1. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44246 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/m68k-all/dos/bcpl.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/m68k-all/dos/bcpl.S b/arch/m68k-all/dos/bcpl.S index 1c59f99cd7..e608d6cc51 100644 --- a/arch/m68k-all/dos/bcpl.S +++ b/arch/m68k-all/dos/bcpl.S @@ -922,10 +922,7 @@ BCPL readinput_long /* e4, lwlength , @buf, lwlength */ lsl.l #2,%d2 lsl.l #2,%d3 jsr %a6@(7 * -6) /* DOS/Read() */ - tst.l %d0 - blt.s 0f asr.l #2,%d0 -0: movem.l %sp@+,%d1-%d3/%a0-%a1/%a6 BRTS -- 2.11.4.GIT