From 03ce92b072adb2cd0b2afea51e82d58799264629 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 26 Nov 1996 15:05:10 +0000 Subject: [PATCH] Fixed typo in catchsig.s --- mach/minix/libsys/catchsig.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/minix/libsys/catchsig.s b/mach/minix/libsys/catchsig.s index 77ebd677..90b339bc 100644 --- a/mach/minix/libsys/catchsig.s +++ b/mach/minix/libsys/catchsig.s @@ -4,7 +4,7 @@ .extern __vectab, __M mtype = 2 ! M+mtype = &M.m_type .sect .text -_begsig: +__begsig: push ax ! after interrupt, save all regs push bx push cx