Commit afec11224804265e70a7f04e382cf65cec468d32
1 parent
825a4929
Remove unused reg_T2 definition
No longer used, remove it. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5641 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
4 deletions
cpu-exec.c
@@ -59,10 +59,6 @@ void cpu_loop_exit(void) | @@ -59,10 +59,6 @@ void cpu_loop_exit(void) | ||
59 | longjmp(env->jmp_env, 1); | 59 | longjmp(env->jmp_env, 1); |
60 | } | 60 | } |
61 | 61 | ||
62 | -#if !(defined(TARGET_SPARC) || defined(TARGET_SH4) || defined(TARGET_M68K)) | ||
63 | -#define reg_T2 | ||
64 | -#endif | ||
65 | - | ||
66 | /* exit the current TB from a signal handler. The host registers are | 62 | /* exit the current TB from a signal handler. The host registers are |
67 | restored in a state compatible with the CPU emulator | 63 | restored in a state compatible with the CPU emulator |
68 | */ | 64 | */ |