target-arm: remove useless line that sets register that is never used again
Signed-off-by: Filip Navara <filip.navara@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
12edd4f269
commit
288eebe54f
@ -8626,7 +8626,6 @@ static void disas_thumb_insn(CPUState *env, DisasContext *s)
|
||||
s->condlabel = gen_new_label();
|
||||
gen_test_cc(cond ^ 1, s->condlabel);
|
||||
s->condjmp = 1;
|
||||
gen_movl_T1_reg(s, 15);
|
||||
|
||||
/* jump to the offset */
|
||||
val = (uint32_t)s->pc + 2;
|
||||
|
Loading…
Reference in New Issue
Block a user