]> git.proxmox.com Git - qemu.git/commitdiff
microblaze: Remove debug leftovers.
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sat, 22 Jan 2011 11:00:12 +0000 (12:00 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sat, 22 Jan 2011 11:00:12 +0000 (12:00 +0100)
No functional changes.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-microblaze/translate.c

index dcc867e625393b227faf33aeb5524e37bf2bd80f..dd2865cd466801fd0037b1810232bc336d3ff395 100644 (file)
@@ -884,7 +884,6 @@ static void dec_load(DisasContext *dc)
                 tcg_gen_sub_tl(low, tcg_const_tl(3), low);
                 tcg_gen_andi_tl(t, t, ~3);
                 tcg_gen_or_tl(t, t, low);
-                tcg_gen_mov_tl(env_debug, low);
                 tcg_gen_mov_tl(env_imm, t);
                 tcg_temp_free(low);
                 break;
@@ -1010,7 +1009,6 @@ static void dec_store(DisasContext *dc)
                 tcg_gen_sub_tl(low, tcg_const_tl(3), low);
                 tcg_gen_andi_tl(t, t, ~3);
                 tcg_gen_or_tl(t, t, low);
-                tcg_gen_mov_tl(env_debug, low);
                 tcg_gen_mov_tl(env_imm, t);
                 tcg_temp_free(low);
                 break;