SH bugfixes.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1991 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2006-06-18 19:12:54 +00:00
parent 397e923f7f
commit 9c2a9ea1b1
7 changed files with 44 additions and 37 deletions

View file

@ -47,7 +47,7 @@ void cpu_loop_exit(void)
longjmp(env->jmp_env, 1);
}
#endif
#ifndef TARGET_SPARC
#if !(defined(TARGET_SPARC) || defined(TARGET_SH4))
#define reg_T2
#endif