From: aurel32 Date: Thu, 6 Nov 2008 16:15:08 +0000 (+0000) Subject: Remove unused reg_T2 definition X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~13645 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afec11224804265e70a7f04e382cf65cec468d32;p=sdk%2Femulator%2Fqemu.git Remove unused reg_T2 definition No longer used, remove it. Signed-off-by: Jan Kiszka Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5641 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/cpu-exec.c b/cpu-exec.c index b366240..6995112 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 */