[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] risu: don't do a full register compare for OP_SIGILL
From: |
Richard Henderson |
Subject: |
Re: [PATCH] risu: don't do a full register compare for OP_SIGILL |
Date: |
Tue, 23 Jun 2020 08:23:19 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 |
On 6/23/20 7:44 AM, Alex Bennée wrote:
> + } else if (header.pc != get_pc(&ri[APPRENTICE])) {
> + res = RES_MISMATCH_REG;
You need a new MISMATCH code, because this one implies that you have a reginfo
struct to compare.
But thanks, I'll incorporate this.
r~