summaryrefslogtreecommitdiff
path: root/cpu-exec.c
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-11-06 16:15:08 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-11-06 16:15:08 +0000
commitafec11224804265e70a7f04e382cf65cec468d32 (patch)
tree5805f727b53bbc63b67cd08a6c9f22472b7e435d /cpu-exec.c
parent825a4929dac5d991c384bd9ee18c693458f7f055 (diff)
downloadqemu-afec11224804265e70a7f04e382cf65cec468d32.tar.gz
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
Diffstat (limited to 'cpu-exec.c')
-rw-r--r--cpu-exec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu-exec.c b/cpu-exec.c
index b3662400ff..6995112353 100644
--- a/cpu-exec.c
+++ b/cpu-exec.c
@@ -59,10 +59,6 @@ void cpu_loop_exit(void)
longjmp(env->jmp_env, 1);
}
-#if !(defined(TARGET_SPARC) || defined(TARGET_SH4) || defined(TARGET_M68K))
-#define reg_T2
-#endif
-
/* exit the current TB from a signal handler. The host registers are
restored in a state compatible with the CPU emulator
*/