* [Qemu-devel] [PATCH 04/18] Remove unused gen_movl_T2_reg function.
@ 2009-07-19 15:19 Filip Navara
0 siblings, 0 replies; only message in thread
From: Filip Navara @ 2009-07-19 15:19 UTC (permalink / raw)
To: qemu-devel
Signed-off-by: Filip Navara <filip.navara@gmail.com>
---
target-arm/translate.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/target-arm/translate.c b/target-arm/translate.c
index 98d9ed3..9584a9c 100644
--- a/target-arm/translate.c
+++ b/target-arm/translate.c
@@ -865,11 +865,6 @@ static inline void gen_movl_T1_reg(DisasContext *s, int reg)
load_reg_var(s, cpu_T[1], reg);
}
-static inline void gen_movl_T2_reg(DisasContext *s, int reg)
-{
- load_reg_var(s, cpu_T[2], reg);
-}
-
static inline void gen_set_pc_im(uint32_t val)
{
tcg_gen_movi_i32(cpu_R[15], val);
--
1.6.3.2.1299.gee46c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-19 15:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-19 15:19 [Qemu-devel] [PATCH 04/18] Remove unused gen_movl_T2_reg function Filip Navara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).