]> git.proxmox.com Git - qemu.git/commitdiff
Remove unused reg_T2 definition
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 6 Nov 2008 16:15:08 +0000 (16:15 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 6 Nov 2008 16:15:08 +0000 (16:15 +0000)
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

cpu-exec.c

index b3662400ffe712ee8521f5c885a7c4756a6145d4..6995112353934df3618f927e009147813200b484 100644 (file)
@@ -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
  */