fix code for PIC.
This commit is contained in:
parent
97ad3ec4b8
commit
db01d4c84a
|
@ -18,7 +18,7 @@
|
|||
* 29-Apr-92 Tero Kivinen (kivinen) at Helsinki University of Technology
|
||||
* Created.
|
||||
*
|
||||
* $Id: ldexp.S,v 1.2 1994/05/03 20:40:14 phil Exp $
|
||||
* $Id: ldexp.S,v 1.3 1994/10/21 07:13:21 phil Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -70,7 +70,7 @@ ldexp_underflow:
|
|||
exit []
|
||||
ret 0
|
||||
ldexp_overflow:
|
||||
movl @huge,f0 /* if overflow return HUGE */
|
||||
movl huge(pc),f0 /* if overflow return HUGE */
|
||||
movdl 0d0e0,f2
|
||||
cmpl f2,8(fp) /* check original sign */
|
||||
bgt ldexp_positive
|
||||
|
|
Loading…
Reference in New Issue