Revision c27004ec cpu-defs.h

b/cpu-defs.h
49 49
#if TARGET_LONG_SIZE == 4
50 50
typedef int32_t target_long;
51 51
typedef uint32_t target_ulong;
52
#define TARGET_FMT_lx "%08x"
52 53
#elif TARGET_LONG_SIZE == 8
53 54
typedef int64_t target_long;
54 55
typedef uint64_t target_ulong;
56
#define TARGET_FMT_lx "%016llx"
55 57
#else
56 58
#error TARGET_LONG_SIZE undefined
57 59
#endif

Also available in: Unified diff