target/hppa: Clear psw_n for BE on use_nullify_skip path
commit4a3aa11e1fb25c28c24a43fd2835c429b00a463d
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 26 Mar 2024 18:34:35 +0000 (26 08:34 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Mar 2024 18:15:01 +0000 (29 08:15 -1000)
tree0cf1041ed21b087bb6e1cdf91064096b76a1a90f
parent3bdf20819e6824b75a498332961abe7fd25ed671
target/hppa: Clear psw_n for BE on use_nullify_skip path

Along this path we have already skipped the insn to be
nullified, so the subsequent insn should be executed.

Cc: qemu-stable@nongnu.org
Reported-by: Sven Schnelle <svens@stackframe.org>
Tested-by: Sven Schnelle <svens@stackframe.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c