|
| From: | Richard Henderson |
| Subject: | Re: [Qemu-devel] [PATCH v14 33/34] target/arm: Split out thumb_tr_translate_insn |
| Date: | Sat, 22 Jul 2017 01:00:37 -1000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
On 07/21/2017 02:35 PM, Emilio G. Cota wrote:
static void arm_post_translate_insn(CPUARMState *env, DisasContext *dc)
{
+ if (dc->condjmp && !dc->base.is_jmp) {
+ gen_set_label(dc->condlabel);
+ dc->condjmp = 0;
+ }
+
Thanks for the catch. I have merged the !dc->base.is_jmp check with the following dc->base.is_jmp == DISAS_NEXT. I hope that's clearer. r~
| [Prev in Thread] | Current Thread | [Next in Thread] |