target/hppa: Handle alignment faults in hppa_get_physical_address
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 5 Oct 2024 12:32:49 +0000 (05:32 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 13 Oct 2024 18:27:05 +0000 (11:27 -0700)
commit5d29587b451b6b86738f62378f8e4fc98c22388f
treee0614e9d5115cea9a3ca5f9b127c91f2bbcf9819
parentd73d4a5d78cabc55c837bc3303326659d8bc23a0
target/hppa: Handle alignment faults in hppa_get_physical_address

In Chapter 5, Interruptions, the group 3 exceptions lists
"Unaligned data reference trap" has higher priority than
"Data memory break trap".

Reviewed-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/mem_helper.c