diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-20 23:37:21 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-20 23:37:21 +0000 |
commit | 3594c774873fb51fe119c214e78273f43e2556f8 (patch) | |
tree | 9670a1f980fd80ce86abd2bc0bc799eeabd8e12e /target-mips/cpu.h | |
parent | 32801d54654ecfc41ee7b86b90993c0b83c47f7e (diff) |
Replace TLSZ with TARGET_FMT_lx.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2444 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/cpu.h')
-rw-r--r-- | target-mips/cpu.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h index fb5a3fef3d..6068813dc6 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -17,13 +17,6 @@ typedef unsigned char uint_fast8_t; typedef unsigned int uint_fast16_t; #endif -/* target_ulong size spec */ -#ifdef MIPS_HAS_MIPS64 -#define TLSZ "%016llx" -#else -#define TLSZ "%08x" -#endif - typedef union fpr_t fpr_t; union fpr_t { float64 fd; /* ieee double precision */ |