From 869816ffe05f2fa85b6ce558d56d5a759cca277f 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 cc23eb83..2577eaeb 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