ceriel 36 years ago
parent
commit
d4436e05cb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      mach/xenix3/libsys/signal.s

+ 3 - 0
mach/xenix3/libsys/signal.s

@@ -56,8 +56,11 @@ ctch:
 	push	si
 	push	di
 	mov	ax,2(bp)
+	sub	ax,3
 	sub	ax,tbl
 	shr	ax,1
+	mov	bx,ax
+	shr	ax,1
 	push	ax
 	call	table(bx)
 	pop	di