From 97d1275cfe8e7c89cfa1c76e4707f19678fa0a49 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 23 Aug 1990 09:30:56 +0000 Subject: [PATCH] changed 'enter' into 'entry' (80286) --- mach/i86/libsys/signal.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/i86/libsys/signal.s b/mach/i86/libsys/signal.s index cc23eb830..2577eaeb8 100644 --- a/mach/i86/libsys/signal.s +++ b/mach/i86/libsys/signal.s @@ -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 -- 2.34.1