提交 024589f1 编写于 作者: F Filip Navara 提交者: Anthony Liguori

Remove unused gen_bx_T0 function.

Signed-off-by: NFilip Navara <filip.navara@gmail.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 779c6bef
......@@ -812,14 +812,6 @@ static inline void gen_bx(DisasContext *s, TCGv var)
store_cpu_field(var, regs[15]);
}
/* TODO: This should be removed. Use gen_bx instead. */
static inline void gen_bx_T0(DisasContext *s)
{
TCGv tmp = new_tmp();
tcg_gen_mov_i32(tmp, cpu_T[0]);
gen_bx(s, tmp);
}
/* Variant of store_reg which uses branch&exchange logic when storing
to r15 in ARM architecture v7 and above. The source must be a temporary
and will be marked as dead. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册