Browse Source

changed 'enter' into 'entry' (80286)

ceriel 34 years ago
parent
commit
97d1275cfe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mach/i86/libsys/signal.s

+ 2 - 2
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