From: ceriel Date: Tue, 26 Nov 1996 15:05:10 +0000 (+0000) Subject: Fixed typo in catchsig.s X-Git-Tag: release-5-5~36 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3b3ec3a2afd88761cfba594d83afdb7af632976f;p=ack.git Fixed typo in catchsig.s --- 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