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-sh4 | |
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-sh4')
-rw-r--r-- | target-sh4/translate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-sh4/translate.c b/target-sh4/translate.c index bff3188575..3537f8c2bd 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -77,6 +77,8 @@ static TCGv cpu_fregs[32]; /* internal register indexes */ static TCGv cpu_flags, cpu_delayed_pc; +static uint32_t gen_opc_hflags[OPC_BUF_SIZE]; + #include "gen-icount.h" static void sh4_translate_init(void) |