diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-18 19:12:54 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-18 19:12:54 +0000 |
commit | 9c2a9ea1b1fe221566ca6c3f873da1454cadd263 (patch) | |
tree | b0384568db3ada60f572ef5750a8d316d0f266d1 /target-sh4/exec.h | |
parent | 397e923f7f78e99bc547b0a730c225d78dfe878b (diff) |
SH bugfixes.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1991 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sh4/exec.h')
-rw-r--r-- | target-sh4/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sh4/exec.h b/target-sh4/exec.h index b828206121..3563300307 100644 --- a/target-sh4/exec.h +++ b/target-sh4/exec.h @@ -26,7 +26,7 @@ register struct CPUSH4State *env asm(AREG0); register uint32_t T0 asm(AREG1); register uint32_t T1 asm(AREG2); -register uint32_t T2 asm(AREG3); +//register uint32_t T2 asm(AREG3); #define FT0 (env->ft0) #define FT1 (env->ft1) |