/[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.7 by bellard, Mon Apr 26 19:44:02 2004 UTC revision 1.8 by bellard, Mon Jan 3 23:35:10 2005 UTC
# Line 49  Line 49 
49  #if TARGET_LONG_SIZE == 4  #if TARGET_LONG_SIZE == 4
50  typedef int32_t target_long;  typedef int32_t target_long;
51  typedef uint32_t target_ulong;  typedef uint32_t target_ulong;
52    #define TARGET_FMT_lx "%08x"
53  #elif TARGET_LONG_SIZE == 8  #elif TARGET_LONG_SIZE == 8
54  typedef int64_t target_long;  typedef int64_t target_long;
55  typedef uint64_t target_ulong;  typedef uint64_t target_ulong;
56    #define TARGET_FMT_lx "%016llx"
57  #else  #else
58  #error TARGET_LONG_SIZE undefined  #error TARGET_LONG_SIZE undefined
59  #endif  #endif

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

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