On 11/2/21 6:52 PM, Warner Losh wrote:
+ env->regs[15] = tswap32(gr[TARGET_REG_PC]);
This will be able to crash qemu with an odd pc in thumb mode. You'd have to artificially create this mcontext of course. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~