On 6/23/24 04:57, Mark Cave-Ayland wrote:
+G_NORETURN void m68k_cpu_do_unaligned_access(CPUState *cs, vaddr addr, + MMUAccessType access_type, + int mmu_idx, uintptr_t retaddr) +{ + CPUM68KState *env = cpu_env(cs); + + raise_exception(env, EXCP_ADDRESS); +}
Surely the address gets stored in the exception frame somewhere? r~