|
| From: | Richard Henderson |
| Subject: | Re: [Qemu-devel] [PATCH 06/11] target/hppa: ignore DIAG opcode |
| Date: | Mon, 11 Mar 2019 17:22:08 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
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~
| [Prev in Thread] | Current Thread | [Next in Thread] |