]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: Introduce and use DisasIAQE for branch management
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 21 Mar 2024 23:56:44 +0000 (13:56 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 08:01:10 +0000 (10:01 +0200)
commitbc921866cefb3ec4031714aeb4569e0e7622dfba
tree3fa2a0961b45f1887a9bec787074410d83096fb5
parent1874e6c2fdb351120c234e6840729c9553d77d05
target/hppa: Introduce and use DisasIAQE for branch management

Wrap offset and space together in one structure, ensuring
that they're copied together as required.

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