diff options
author | Blue Swirl | 2009-08-16 13:13:18 +0200 |
---|---|---|
committer | Blue Swirl | 2009-08-16 13:13:18 +0200 |
commit | 90e189ece147115c66c9864fd832524543a50530 (patch) | |
tree | bb2438cdd8e04f430e5f6d491dad03e3c8f8290f /target-ppc/cpu.h | |
parent | Replace always_inline with inline (diff) | |
download | qemu-90e189ece147115c66c9864fd832524543a50530.tar.gz qemu-90e189ece147115c66c9864fd832524543a50530.tar.xz qemu-90e189ece147115c66c9864fd832524543a50530.zip |
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 6f37f4be7b..1c6c0601a7 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -57,8 +57,6 @@ #include "cpu-defs.h" #define REGX "%016" PRIx64 -#define ADDRX TARGET_FMT_lx -#define PADDRX TARGET_FMT_plx #include <setjmp.h> |