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