]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: Add IASQ entries to DisasContext
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 23 Mar 2024 06:45:21 +0000 (20:45 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 07:58:45 +0000 (09:58 +0200)
commit142faf5fab337b809b84890579157c9064668011
tree190ff97b06a4a2d40d4e4821de01dc3a408e9fd3
parentdbdccbdf8167881be9974fc582b86ffc6f69ffa1
target/hppa: Add IASQ entries to DisasContext

Add variable to track space changes to IAQ.  So far, no such changes
are introduced, but the new checks vs ctx->iasq_b may eliminate an
unnecessary copy to cpu_iasq_f with e.g. BLR.

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