Sfoglia il codice sorgente

Fixed typo in catchsig.s

ceriel 27 anni fa
parent
commit
03ce92b072
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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