Browse Source

Fixed typo in catchsig.s

ceriel 27 years ago
parent
commit
03ce92b072
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mach/minix/libsys/catchsig.s

+ 1 - 1
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