From c2f70c485728d26f3a37ffbbf9e6dd069f56a94f Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 27 Oct 1989 18:03:37 +0000 Subject: [PATCH] andl3 does not exist! use bicl3 instead --- mach/vax4/libbsd4_2/head_em.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/vax4/libbsd4_2/head_em.s b/mach/vax4/libbsd4_2/head_em.s index 2c3fcfd6a..a1887d458 100644 --- a/mach/vax4/libbsd4_2/head_em.s +++ b/mach/vax4/libbsd4_2/head_em.s @@ -42,7 +42,7 @@ sig8: chmk (ap)+ # restore default handler movl $m5,ap chmk (ap)+ # get current signal mask - andl3 d0,$0xffffff7f,m4+6 # and remove the 8th bit + bicl3 $0x80,d0,m4+6 # and remove the 8th bit movl $m4,ap chmk (ap)+ # and movl (sp)+,ap -- 2.34.1