Revision ba13c432 cpu-defs.h

b/cpu-defs.h
62 62

  
63 63
#if TARGET_PHYS_ADDR_BITS == 32
64 64
typedef uint32_t target_phys_addr_t;
65
#define TARGET_FMT_plx "%08x"
65 66
#elif TARGET_PHYS_ADDR_BITS == 64
66 67
typedef uint64_t target_phys_addr_t;
68
#define TARGET_FMT_plx "%016" PRIx64
67 69
#else
68 70
#error TARGET_PHYS_ADDR_BITS undefined
69 71
#endif

Also available in: Unified diff