mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
Mark a dead_tmp as such in ARM msr.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4648 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
46dc3881e6
commit
a60de94777
1 changed files with 1 additions and 0 deletions
|
@ -2565,6 +2565,7 @@ static int disas_cp_insn(CPUState *env, DisasContext *s, uint32_t insn)
|
||||||
gen_set_pc_im(s->pc);
|
gen_set_pc_im(s->pc);
|
||||||
tmp = load_reg(s, rd);
|
tmp = load_reg(s, rd);
|
||||||
gen_helper_set_cp(cpu_env, tcg_const_i32(insn), tmp);
|
gen_helper_set_cp(cpu_env, tcg_const_i32(insn), tmp);
|
||||||
|
dead_tmp(tmp);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue