Also clear D1 (for static link).
This commit is contained in:
parent
6cdcb391fb
commit
36537eccc0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue