fix code for PIC.

This commit is contained in:
phil 1994-10-21 07:13:21 +00:00
parent 97ad3ec4b8
commit db01d4c84a
1 changed files with 2 additions and 2 deletions

View File

@ -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