On 05/10/2017 11:26 AM, Aurelien Jarno wrote:
SH4 requires that memory accesses are naturally aligned, except for the
SH4-A movua.l instructions which can do unaligned loads.
Reviewed-by: Philippe Mathieu-Daudé<[email protected]>
Signed-off-by: Aurelien Jarno<[email protected]>
---
target/sh4/cpu.c | 1 +
target/sh4/cpu.h | 4 ++++
target/sh4/op_helper.c | 16 ++++++++++++++++
target/sh4/translate.c | 6 ++++--
4 files changed, 25 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~