diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-03-31 16:54:11 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-04-08 21:34:12 +0200 |
commit | 1a7ff92218abb9b6032c72b6eca0b605c9099161 (patch) | |
tree | 41628f5eee78d95957331a303c9fb100036a1a1a /target-sparc | |
parent | 98835fe30fa7d50695f037e84f76f9f139c59c7e (diff) |
remove TARGET_* defines from translate-all.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-sparc')
-rw-r--r-- | target-sparc/translate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-sparc/translate.c b/target-sparc/translate.c index 1164feb882..8b988fb5cd 100644 --- a/target-sparc/translate.c +++ b/target-sparc/translate.c @@ -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 { |