changed 'enter' into 'entry' (80286)

This commit is contained in:
ceriel 1990-08-23 09:30:56 +00:00
parent 0bf7d60080
commit 97d1275cfe

View file

@ -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