]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: Always make a copy in do_ibranch_priv
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Mar 2024 22:50:07 +0000 (12:50 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 07:58:45 +0000 (09:58 +0200)
commit1874e6c2fdb351120c234e6840729c9553d77d05
tree9a5d1e17f8edafc09fe5bc00982bf14cd4ad23ae
parent0bb0202962a5f77d1e4cac4533628bb7a566de54
target/hppa: Always make a copy in do_ibranch_priv

This simplifies callers, which might otherwise have
to make another copy.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c