On 3/10/21 10:56 PM, David Gibson wrote:
*pc = env->nip; - *cs_base = 0; - *flags = env->hflags; + *cs_base = env->hflags; + *flags = 0; }Ah, that one. It caused a regression, so I dropped it. I pinged Richard Henderson about it, but I don't think I even had a reply. I'm afraid I don't have the knowledge or the time to debug this myself.
I missed the regression email, sorry. Do you recall what it was? r~