bug fix: did not work when procedure descriptors started on block boundary
authorceriel <none@none>
Thu, 10 Mar 1988 13:03:53 +0000 (13:03 +0000)
committerceriel <none@none>
Thu, 10 Mar 1988 13:03:53 +0000 (13:03 +0000)
mach/pdp/int/em_int.s

index ec07b9b..d38cdab 100644 (file)
@@ -283,7 +283,7 @@ lblbuf:
 
 datloop:
        cmp     r4,saver1       / descriptor over middle?
-       ble     9f              / no? go ahead
+       blt     9f              / no? go ahead
        jsr     pc,blshift      / yes? shift block down, read next
 
 9:     dec     ndatad          / still data to initialize?