qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: shen jinti <jinti.shen@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] compiler error in freebsd 5.4
Date: Wed, 23 Nov 2005 13:04:39 +0000	[thread overview]
Message-ID: <20051123130439.25a0e355.jinti.shen@gmail.com> (raw)

[-- 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 --]

                 reply	other threads:[~2005-11-23  5:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051123130439.25a0e355.jinti.shen@gmail.com \
    --to=jinti.shen@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).