commit | d73d4a5d78cabc55c837bc3303326659d8bc23a0 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Oct 05 05:21:43 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 13 11:27:05 2024 -0700 |
tree | f13425577c2f2dbd6e76120759e51ba7d9ae70b4 | |
parent | 32142b807726e56b422c6990454f5dca0ef8d80f [diff] |
target/hppa: Fix priority of T, D, and B page faults Drop the 'else' so that ret is overridden with the highest priority fault. Fixes: d8bc1381250 ("target/hppa: Implement PSW_X") Reviewed-by: Helge Deller <deller@gmx.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>