Explorar el Código

Fixed typo in catchsig.s

ceriel hace 27 años
padre
commit
03ce92b072
Se han modificado 1 ficheros con 1 adiciones y 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