]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/sparc: Implement check_align inline
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 16 Oct 2023 20:23:15 +0000 (13:23 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:12 +0000 (01:01 -0700)
commit186e78905a4fe69b62598af73903c6cf4df1f24f
treef6fb81cf42ed57fc280cbe0fcb689bcf77353374
parent930f1865cc654b637ffe1207fa5b44bf0a156279
target/sparc: Implement check_align inline

Emit the exception at the end of the translation block,
so that the non-exception case can fall through.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/helper.h
target/sparc/ldst_helper.c
target/sparc/translate.c