Parcourir la source

Fixed typo in catchsig.s

ceriel il y a 27 ans
Parent
commit
03ce92b072
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      mach/minix/libsys/catchsig.s

+ 1 - 1
mach/minix/libsys/catchsig.s

@@ -4,7 +4,7 @@
 .extern __vectab, __M
 .extern __vectab, __M
 mtype = 2			! M+mtype = &M.m_type
 mtype = 2			! M+mtype = &M.m_type
 .sect .text
 .sect .text
-_begsig:
+__begsig:
 	push ax			! after interrupt, save all regs
 	push ax			! after interrupt, save all regs
 	push bx
 	push bx
 	push cx
 	push cx