diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-27 19:30:56 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-27 19:30:56 +0000 |
commit | 01a4afeb99ff8d6174e1fdd726cb95017f5a9b07 (patch) | |
tree | a809633736db410350dbb27ab474dbc5d0f21436 /target-ppc/exec.h | |
parent | 6a6ae23f3c7c80e66e8e900ed9820c7134997a36 (diff) |
target-ppc: convert POWER2 load/store instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5805 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/exec.h')
-rw-r--r-- | target-ppc/exec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h index a86e052b67..67cb8b4377 100644 --- a/target-ppc/exec.h +++ b/target-ppc/exec.h @@ -45,9 +45,6 @@ register target_ulong T2 asm(AREG3); #define TDX "%016lx" #endif -#define FT0 (env->ft0) -#define FT1 (env->ft1) - #if defined (DEBUG_OP) # define RETURN() __asm__ __volatile__("nop" : : : "memory"); #else |