Fixed typo in catchsig.s
This commit is contained in:
parent
63e0b36b41
commit
3b3ec3a2af
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
.extern __vectab, __M
|
.extern __vectab, __M
|
||||||
mtype = 2 ! M+mtype = &M.m_type
|
mtype = 2 ! M+mtype = &M.m_type
|
||||||
.sect .text
|
.sect .text
|
||||||
_begsig:
|
__begsig:
|
||||||
push ax ! after interrupt, save all regs
|
push ax ! after interrupt, save all regs
|
||||||
push bx
|
push bx
|
||||||
push cx
|
push cx
|
||||||
|
|
Loading…
Add table
Reference in a new issue