On 06/28/2017 06:05 AM, Lluís Vilanova wrote:
+#ifdef TARGET_X86_64 + if (dc->code64) + disas_flags = 2; + else +#endif + disas_flags = !dc->code32;
Even though this is code movement, missing braces. Otherwise, Reviewed-by: Richard Henderson <r...@twiddle.net> r~