Re: [PATCH v7 34/64] target/nios2: Handle EXCP_UNALIGN and EXCP_UALIGND

2022-04-22 Thread Peter Maydell
On Thu, 21 Apr 2022 at 17:09, Richard Henderson wrote: > > While some of the plumbing for misaligned data is present, in the form > of nios2_cpu_do_unaligned_access, the hook will not be called because > TARGET_ALIGNED_ONLY is not set in configs/targets/nios2-softmmu.mak. > > Signed-off-by: Richar

[PATCH v7 34/64] target/nios2: Handle EXCP_UNALIGN and EXCP_UALIGND

2022-04-21 Thread Richard Henderson
While some of the plumbing for misaligned data is present, in the form of nios2_cpu_do_unaligned_access, the hook will not be called because TARGET_ALIGNED_ONLY is not set in configs/targets/nios2-softmmu.mak. Signed-off-by: Richard Henderson --- target/nios2/helper.c | 8 1 file change