/[qemu]/qemu/cpu-defs.h
ViewVC logotype

Diff of /qemu/cpu-defs.h

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

revision 1.8 by bellard, Mon Jan 3 23:35:10 2005 UTC revision 1.9 by bellard, Sun Jun 5 17:10:39 2005 UTC
# Line 29  Line 29 
29  #error TARGET_LONG_BITS must be defined before including this header  #error TARGET_LONG_BITS must be defined before including this header
30  #endif  #endif
31    
 #if defined(__alpha__) || defined (__ia64__) || defined(__x86_64__)  
 #define HOST_LONG_BITS 64  
 #else  
 #define HOST_LONG_BITS 32  
 #endif  
   
32  #ifndef TARGET_PHYS_ADDR_BITS  #ifndef TARGET_PHYS_ADDR_BITS
33  #if TARGET_LONG_BITS >= HOST_LONG_BITS  #if TARGET_LONG_BITS >= HOST_LONG_BITS
34  #define TARGET_PHYS_ADDR_BITS TARGET_LONG_BITS  #define TARGET_PHYS_ADDR_BITS TARGET_LONG_BITS

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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