]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: Pass d to do_sed_cond
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 17 Sep 2023 02:34:39 +0000 (19:34 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 02:49:33 +0000 (18:49 -0800)
commit4fa52edf912115e0ad7011da9f9b2e43fd99f3aa
tree6314830fbce11a5094ff2f780d38f3a57c5ffd79
parentb5af84233d423fba25569f4c2df338eb2be30415
target/hppa: Pass d to do_sed_cond

Hoist the resolution of d up one level above do_sed_cond.
The MOVB comparison and the existing shift/extract/deposit
are all 32-bit.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c