On 10/26/21 12:12 AM, Alexander Graf wrote:
+ if (cm) { + /* We don't cache MMIO regions */ + advance_pc = true; + break; + } + assert(isv);
The assert should come first. If the "iss valid" bit is not set, then nothing else in the word is defined.
Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~