diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-01 22:12:14 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-01 22:12:14 +0000 |
commit | 17b086f71b84df254ce9372b3d21db3e31a5f2c8 (patch) | |
tree | d0ad633edb356d4e1883dadeb5d5aa73c7fe39ff /target-sh4/translate.c | |
parent | 7fdf924fdd970a78862e3b9367c91e27a9fbf648 (diff) |
SH4: Remove dyngen leftovers
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5126 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sh4/translate.c')
-rw-r--r-- | target-sh4/translate.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-sh4/translate.c b/target-sh4/translate.c index ff43882796..67056e8098 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -67,9 +67,6 @@ static TCGv cpu_pr, cpu_fpscr, cpu_fpul, cpu_flags; /* internal register indexes */ static TCGv cpu_flags, cpu_delayed_pc; -/* dyngen register indexes */ -static TCGv cpu_T[2]; - #include "gen-icount.h" static void sh4_translate_init(void) @@ -88,8 +85,6 @@ static void sh4_translate_init(void) return; cpu_env = tcg_global_reg_new(TCG_TYPE_PTR, TCG_AREG0, "env"); - cpu_T[0] = tcg_global_reg_new(TCG_TYPE_I32, TCG_AREG1, "T0"); - cpu_T[1] = tcg_global_reg_new(TCG_TYPE_I32, TCG_AREG2, "T1"); for (i = 0; i < 24; i++) cpu_gregs[i] = tcg_global_mem_new(TCG_TYPE_I32, TCG_AREG0, |