summaryrefslogtreecommitdiff
path: root/target-alpha/mem_helper.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-03-28 08:15:17 -0700
committerRichard Henderson <rth@twiddle.net>2014-04-17 11:47:42 -0700
commit06ef8604e92964cbf30084b7d31091aa7cbbb62f (patch)
treec41775863a15c83076c5326580b5fb5b23e9eb02 /target-alpha/mem_helper.c
parent39acc64741c1263a9b48d663a1616abc39b574a4 (diff)
downloadqemu-06ef8604e92964cbf30084b7d31091aa7cbbb62f.tar.gz
target-alpha: Remove cpu_unique, cpu_sysval, cpu_usp
Technically, these variables could have been referenced both via offsets from env and as TCG registers, which would be illegal. Of course, that could only be done from PALcode, and ours doesn't do that. But honestly, these are used infrequently enough that they don't really need to be TCG registers. We wind up with exactly the same code if we follow the letter of the law and issue explicit ld/st. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-alpha/mem_helper.c')
0 files changed, 0 insertions, 0 deletions