Also clear D1 (for static link).

This commit is contained in:
keie 1985-03-01 16:00:23 +00:00
parent 6cdcb391fb
commit 36537eccc0

View file

@ -29,6 +29,7 @@ _signal:
bne 4f bne 4f
move.l a1,d0 move.l a1,d0
4: 4:
clr.l d1
rts rts
1: 1:
move.l #22,d0 move.l #22,d0
@ -50,3 +51,4 @@ enter:
rtr rtr
.bss .bss
dvect: .space 4*NSIG dvect: .space 4*NSIG
.text