]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
target-arm: remove useless line that sets register that is never used again
authorFilip Navara <filip.navara@gmail.com>
Thu, 15 Oct 2009 10:08:36 +0000 (12:08 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 17 Oct 2009 21:52:16 +0000 (23:52 +0200)
Signed-off-by: Filip Navara <filip.navara@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/translate.c

index 10706d076c07b64e38d33770a8af43dfa7e3297b..674f0c0566b9183b0dcdec8d2b5ac77100766947 100644 (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;