From 3b3ec3a2afd88761cfba594d83afdb7af632976f 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 77ebd677c..90b339bc5 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 -- 2.34.1