mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
microblaze: Remove debug leftovers.
No functional changes. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
ee8b246f82
commit
2accfb5fa6
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue