]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Remove cpu_hintp, cpu_htba, cpu_hver, cpu_ssr, cpu_ver
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2023 21:25:33 +0000 (14:25 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:13 +0000 (01:01 -0700)
commit2da789ded5a89dff4a3485bc486b21278f8b61d3
treeab288ff47ddf732ea1ce759ccf8c5bcdb116792e
parent577efa45571b2b62b882f7fd23da197ea99f6014
target/sparc: Remove cpu_hintp, cpu_htba, cpu_hver, cpu_ssr, cpu_ver

Use direct loads and stores to env instead.

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