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 <richard.hender...@linaro.org> r~