changed 'enter' into 'entry' (80286)
This commit is contained in:
parent
966ad936fa
commit
869816ffe0
@ -13,7 +13,7 @@ _signal: mov bx,sp
|
|||||||
jbe 2f
|
jbe 2f
|
||||||
mov dvect(bx),cx
|
mov dvect(bx),cx
|
||||||
mov bx,sp
|
mov bx,sp
|
||||||
mov 4(bx),enter
|
mov 4(bx),entry
|
||||||
mov bx,dx
|
mov bx,dx
|
||||||
int 0xb0
|
int 0xb0
|
||||||
mov dx,bx
|
mov dx,bx
|
||||||
@ -36,7 +36,7 @@ _signal: mov bx,sp
|
|||||||
3:
|
3:
|
||||||
jmp cerror
|
jmp cerror
|
||||||
|
|
||||||
enter:
|
entry:
|
||||||
push bx
|
push bx
|
||||||
push cx
|
push cx
|
||||||
push dx
|
push dx
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user