There is no d0 register!
This commit is contained in:
parent
c2f70c4857
commit
64c2ad3838
|
@ -42,7 +42,7 @@ sig8:
|
||||||
chmk (ap)+ # restore default handler
|
chmk (ap)+ # restore default handler
|
||||||
movl $m5,ap
|
movl $m5,ap
|
||||||
chmk (ap)+ # get current signal mask
|
chmk (ap)+ # get current signal mask
|
||||||
bicl3 $0x80,d0,m4+6 # and remove the 8th bit
|
bicl3 $0x80,r0,m4+6 # and remove the 8th bit
|
||||||
movl $m4,ap
|
movl $m4,ap
|
||||||
chmk (ap)+ # and
|
chmk (ap)+ # and
|
||||||
movl (sp)+,ap
|
movl (sp)+,ap
|
||||||
|
|
Loading…
Reference in a new issue