Commit d445bde7e8651d6c49d1178330c966666d3758eb

Authored by aurel32
1 parent 196e3422

target-ppc: remove dead code

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6055 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
target-ppc/exec.h
@@ -32,7 +32,6 @@ @@ -32,7 +32,6 @@
32 #define USE_PRECISE_EMULATION 1 32 #define USE_PRECISE_EMULATION 1
33 33
34 register struct CPUPPCState *env asm(AREG0); 34 register struct CPUPPCState *env asm(AREG0);
35 -#define TDX "%016" PRIx64  
36 35
37 #if !defined(CONFIG_USER_ONLY) 36 #if !defined(CONFIG_USER_ONLY)
38 #include "softmmu_exec.h" 37 #include "softmmu_exec.h"