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>
master
Filip Navara 2009-10-15 12:08:36 +02:00 committed by Aurelien Jarno
parent 12edd4f269
commit 288eebe54f
1 changed files with 0 additions and 1 deletions

View File

@ -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;