summaryrefslogtreecommitdiffstats
path: root/target-ppc/cpu.h
diff options
context:
space:
mode:
authorBlue Swirl2009-08-16 13:13:18 +0200
committerBlue Swirl2009-08-16 13:13:18 +0200
commit90e189ece147115c66c9864fd832524543a50530 (patch)
treebb2438cdd8e04f430e5f6d491dad03e3c8f8290f /target-ppc/cpu.h
parentReplace always_inline with inline (diff)
downloadqemu-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.h2
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>