Explorar o código

Fixed typo in catchsig.s

ceriel %!s(int64=27) %!d(string=hai) anos
pai
achega
03ce92b072
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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