summaryrefslogtreecommitdiff
path: root/target/hppa/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2017-10-09 22:54:12 -0700
committerRichard Henderson <richard.henderson@linaro.org>2018-01-30 10:08:18 -0800
commit33423472f03c7693324ee86cbd76fe34346837ed (patch)
tree2e8debc917544d0da65bdac0ca5ffcbeaca2bf60 /target/hppa/cpu.h
parente1b5a5ed6f817515e9328561ad0230f8a7af440a (diff)
downloadqemu-33423472f03c7693324ee86cbd76fe34346837ed.tar.gz
target/hppa: Add space registers
Not used where they should be yet, but we can copy them. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/hppa/cpu.h')
-rw-r--r--target/hppa/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h
index f60435b9ec..e3da05e5d3 100644
--- a/target/hppa/cpu.h
+++ b/target/hppa/cpu.h
@@ -140,6 +140,7 @@ typedef int64_t target_sreg;
struct CPUHPPAState {
target_ureg gr[32];
uint64_t fr[32];
+ uint64_t sr[8]; /* stored shifted into place for gva */
target_ureg sar;
target_ureg cr26;