/[qemu]/qemu/op-i386.c
ViewVC logotype

Diff of /qemu/op-i386.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by bellard, Thu May 29 20:04:27 2003 UTC revision 1.32 by bellard, Mon Jun 2 20:38:09 2003 UTC
# Line 1762  typedef union { Line 1762  typedef union {
1762      double d;      double d;
1763  #ifndef WORDS_BIGENDIAN  #ifndef WORDS_BIGENDIAN
1764      struct {      struct {
1765          unsigned long lower;          uint32_t lower;
1766          long upper;          int32_t upper;
1767      } l;      } l;
1768  #else  #else
1769      struct {      struct {
1770          long upper;          int32_t upper;
1771          unsigned long lower;          uint32_t lower;
1772      } l;      } l;
1773  #endif  #endif
1774      long long ll;      int64_t ll;
1775  } CPU86_LDoubleU;  } CPU86_LDoubleU;
1776    
1777  /* the following deal with IEEE double-precision numbers */  /* the following deal with IEEE double-precision numbers */

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26