From 76cd1e34ca7f6f8b20389091598fc4aede497da6 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 23 Jan 1990 12:06:05 +0000 Subject: [PATCH] fixed: did not compile --- mach/vax4/libem/strhp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/vax4/libem/strhp.s b/mach/vax4/libem/strhp.s index 6e4a75c0f..557b2d691 100644 --- a/mach/vax4/libem/strhp.s +++ b/mach/vax4/libem/strhp.s @@ -16,7 +16,7 @@ bicl2 $0777,r0 pushl r0 calls $1,_brk - tst.l r0 + tstl r0 beql I2 pushl $EHEAP jsb .trp -- 2.34.1