qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 17/32] arm/translate-a64: initial decode for


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 17/32] arm/translate-a64: initial decode for simd_two_reg_misc_fp16
Date: Thu, 8 Feb 2018 14:15:16 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 02/08/2018 09:31 AM, Alex Bennée wrote:
> @@ -11472,6 +11512,8 @@ static void disas_data_proc_simd(DisasContext *s, 
> uint32_t insn)
>      if (fn) {
>          fn(s, insn);
>      } else {
> +        /* fprintf(stderr, "%s: failed to find %#4x @ %#" PRIx64 "\n", */
> +        /*         __func__, insn, s->pc); */
>          unallocated_encoding(s);

Prolly wanna drop this.  ;-)  Otherwise,

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]