]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: Add space argument to do_ibranch
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 23 Mar 2024 07:29:47 +0000 (21:29 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 07:58:45 +0000 (09:58 +0200)
commit019f41591d95ffd7f1d49ace4626aec2cbec19d8
treec65584ee23ad2b8624c15345d850655fb01af368
parent588deeda6e7cc2c401ca3cbf22383f019a69ec14
target/hppa: Add space argument to do_ibranch

This allows unification of BE, BLR, BV, BVE with a common helper.
Since we can now track space with IAQ_Next, we can now let the
TranslationBlock continue across the delay slot with BE, BVE.

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