Revision 9fa06385 targphys.h

b/targphys.h
12 12

  
13 13
#if TARGET_PHYS_ADDR_BITS == 32
14 14
typedef uint32_t target_phys_addr_t;
15
#define TARGET_PHYS_ADDR_MAX UINT32_MAX
15 16
#define TARGET_FMT_plx "%08x"
16 17
#elif TARGET_PHYS_ADDR_BITS == 64
17 18
typedef uint64_t target_phys_addr_t;
19
#define TARGET_PHYS_ADDR_MAX UINT64_MAX
18 20
#define TARGET_FMT_plx "%016" PRIx64
19 21
#endif
20 22
#endif

Also available in: Unified diff