Pārlūkot izejas kodu

Fixed typo in catchsig.s

ceriel 27 gadi atpakaļ
vecāks
revīzija
03ce92b072
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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