From 8dfcff691157c4940c3843a1989a6bdea4bc14ca Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 11 Apr 1988 11:13:20 +0000 Subject: [PATCH] fixed typo --- mach/pdp/libem/strhp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/pdp/libem/strhp.s b/mach/pdp/libem/strhp.s index 4c2a81423..1cc07b1cc 100644 --- a/mach/pdp/libem/strhp.s +++ b/mach/pdp/libem/strhp.s @@ -21,7 +21,7 @@ strhp~: bcs 3f 1: jmp (r0) 3: mov $EHEAP,-(sp) - jsr trp~ + jsr pc,trp~ jmp (r0) .sect .data 2: sys break; .data2 _end -- 2.34.1