mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target/alpha: Implement prctl_unalign_sigbus
Leave TARGET_ALIGNED_ONLY set, but use the new CPUState flag to set MO_UNALN for the instructions that the kernel handles in the unaligned trap. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20211227150127.2659293-5-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
6e8dcacd08
commit
fed1424617
3 changed files with 28 additions and 10 deletions
|
@ -1 +1 @@
|
|||
/* No special prctl support required. */
|
||||
#include "../generic/target_prctl_unalign.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue