]> git.proxmox.com Git - qemu.git/blobdiff - fpu/softfloat.h
Solaris port (Ben Taylor)
[qemu.git] / fpu / softfloat.h
index 666d6a017fd62cdb89139d252bdfa7c5992d039b..fdc80f32dbd79e2d0ba31d5120ea3141d9c01c35 100644 (file)
@@ -177,7 +177,7 @@ void set_floatx80_rounding_precision(int val STATUS_PARAM);
 | Routine to raise any or all of the software IEC/IEEE floating-point
 | exception flags.
 *----------------------------------------------------------------------------*/
-void float_raise( signed char STATUS_PARAM);
+void float_raise( int8 flags STATUS_PARAM);
 
 /*----------------------------------------------------------------------------
 | Software IEC/IEEE integer-to-floating-point conversion routines.