qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] compiler error in freebsd 5.4


From: shen jinti
Subject: [Qemu-devel] compiler error in freebsd 5.4
Date: Wed, 23 Nov 2005 13:04:39 +0000

hi guys,
   
   In my os (FreeBSD 5.4) , doesn't defined some MACRO (FE_RM..)
   so, i hope  can help you  with this patch. ;)
  

address@hidden:~/source/qemu-0.7.2/fpu $diff -u softfloat-native.h 
softfloat-native.h~
--- softfloat-native.h  Wed Nov 23 12:18:01 2005
+++ softfloat-native.h~ Sun Sep  4 17:11:31 2005
@@ -36,9 +36,9 @@
 #if defined(_BSD) && !defined(__APPLE__)
 enum {
     float_round_nearest_even = FP_RN,
-    float_round_down         = FP_RM,
-    float_round_up           = FP_RP,
-    float_round_to_zero      = FP_RZ
+    float_round_down         = FE_RM,
+    float_round_up           = FE_RP,
+    float_round_to_zero      = FE_RZ
 };
 #elif defined(__arm__)
 enum {



 Sincerely,
 jinti

-- 
Heaven(Powered By FreeBSD).

Attachment: pgp4H6bMdHbNJ.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]