提交 a6445c52 编写于 作者: F Filip Navara 提交者: Aurelien Jarno

target-arm: convert gen_lookup_tb not to use cpu_T

Signed-off-by: NFilip Navara <filip.navara@gmail.com>
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 2fbac54b
......@@ -898,8 +898,7 @@ static inline void gen_movl_reg_T1(DisasContext *s, int reg)
/* Force a TB lookup after an instruction that changes the CPU state. */
static inline void gen_lookup_tb(DisasContext *s)
{
gen_op_movl_T0_im(s->pc);
gen_movl_reg_T0(s, 15);
tcg_gen_movi_i32(cpu_R[15], s->pc & ~1);
s->is_jmp = DISAS_UPDATE;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册