do not catch floating point exceptions anymore
This commit is contained in:
parent
9751e398e3
commit
a4178ca843
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ a2:
|
||||||
pushl r0
|
pushl r0
|
||||||
pushl r2
|
pushl r2
|
||||||
pushl r1
|
pushl r1
|
||||||
movl $m1,ap
|
# movl $m1,ap
|
||||||
chmk (ap)+ # catch floating point exception
|
# chmk (ap)+ # catch floating point exception
|
||||||
calls $3,_m_a_i_n
|
calls $3,_m_a_i_n
|
||||||
movl $m2,ap
|
movl $m2,ap
|
||||||
movl r0,6(ap)
|
movl r0,6(ap)
|
||||||
|
|
Loading…
Reference in a new issue