On 4/1/21 10:37 PM, Richard Henderson wrote:
TCGv_i64 gen_mte_checkN(DisasContext *s, TCGv_i64 addr, bool is_write, - bool tag_checked, int log2_esize, int total_size) + bool tag_checked, int total_size) { - if (tag_checked && s->mte_active[0] && total_size != (1 << log2_esize)) {
Doh, lost part of this check. r~