From: ceriel Date: Thu, 10 Mar 1988 13:03:53 +0000 (+0000) Subject: bug fix: did not work when procedure descriptors started on block boundary X-Git-Tag: release-5-5~3577 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1d98b5fd02417481306b0c9c84d4882341a6df8f;p=ack.git bug fix: did not work when procedure descriptors started on block boundary --- diff --git a/mach/pdp/int/em_int.s b/mach/pdp/int/em_int.s index ec07b9b2b..d38cdab09 100644 --- a/mach/pdp/int/em_int.s +++ b/mach/pdp/int/em_int.s @@ -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?