Fixed typo in catchsig.s
This commit is contained in:
parent
63e0b36b41
commit
3b3ec3a2af
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue