]> Git Repo - qemu.git/blobdiff - tci.c
cris: Remove ELF_MACHINE from cpu.h
[qemu.git] / tci.c
diff --git a/tci.c b/tci.c
index 3d6d17783d7420ca9232dfdf0e9a9c6769de6774..70eaab25ebea5adc2251de7da5ed7d26948e07a7 100644 (file)
--- a/tci.c
+++ b/tci.c
@@ -52,12 +52,6 @@ typedef uint64_t (*helper_function)(tcg_target_ulong, tcg_target_ulong,
                                     tcg_target_ulong);
 #endif
 
-/* Targets which don't use GETPC also don't need tci_tb_ptr
-   which makes them a little faster. */
-#if defined(GETPC)
-uintptr_t tci_tb_ptr;
-#endif
-
 static tcg_target_ulong tci_reg[TCG_TARGET_NB_REGS];
 
 static tcg_target_ulong tci_read_reg(TCGReg index)
This page took 0.024685 seconds and 4 git commands to generate.