From 1d98b5fd02417481306b0c9c84d4882341a6df8f Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 10 Mar 1988 13:03:53 +0000 Subject: [PATCH] bug fix: did not work when procedure descriptors started on block boundary --- mach/pdp/int/em_int.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- 2.34.1