fix
authorceriel <none@none>
Mon, 11 Apr 1988 10:11:07 +0000 (10:11 +0000)
committerceriel <none@none>
Mon, 11 Apr 1988 10:11:07 +0000 (10:11 +0000)
mach/xenix3/libsys/signal.s

index b953a1a..e3d3b0d 100644 (file)
@@ -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