qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] compiler error in freebsd 5.4
@ 2005-11-23 13:04 shen jinti
  0 siblings, 0 replies; only message in thread
From: shen jinti @ 2005-11-23 13:04 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 774 bytes --]

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

jinti@heaven:~/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 #2: Type: application/pgp-signature, Size: 187 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-23  5:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-23 13:04 [Qemu-devel] compiler error in freebsd 5.4 shen jinti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).