remove TARGET_* defines from translate-all.c

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Paolo Bonzini 2010-03-31 16:54:11 +02:00 committed by Aurelien Jarno
parent 98835fe30f
commit 1a7ff92218
6 changed files with 9 additions and 12 deletions

View file

@ -66,6 +66,9 @@ static TCGv_i64 cpu_tmp64;
/* Floating point registers */
static TCGv_i32 cpu_fpr[TARGET_FPREGS];
static target_ulong gen_opc_npc[OPC_BUF_SIZE];
static target_ulong gen_opc_jump_pc[2];
#include "gen-icount.h"
typedef struct DisasContext {