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
mov dvect(bx),cx
mov bx,sp
mov 4(bx),enter
mov 4(bx),entry
mov bx,dx
int 0xb0
mov dx,bx
@ -36,7 +36,7 @@ _signal: mov bx,sp
3:
jmp cerror
enter:
entry:
push bx
push cx
push dx