On 3/11/19 12:15 PM, Sven Schnelle wrote:
> +static bool trans_diag(DisasContext *ctx, arg_diag *a)
> +{
> + qemu_log_mask(LOG_UNIMP, "DIAG opcode ignored\n");
> + return true;This needs to free the nullify condition, as with trans_nop. I've fixed this up while applying. r~
