diff options
author | Richard Henderson <rth@twiddle.net> | 2014-03-28 08:15:17 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-04-17 11:47:42 -0700 |
commit | 06ef8604e92964cbf30084b7d31091aa7cbbb62f (patch) | |
tree | c41775863a15c83076c5326580b5fb5b23e9eb02 /target-moxie/machine.c | |
parent | 39acc64741c1263a9b48d663a1616abc39b574a4 (diff) | |
download | qemu-06ef8604e92964cbf30084b7d31091aa7cbbb62f.zip qemu-06ef8604e92964cbf30084b7d31091aa7cbbb62f.tar.gz qemu-06ef8604e92964cbf30084b7d31091aa7cbbb62f.tar.bz2 |
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-moxie/machine.c')
0 files changed, 0 insertions, 0 deletions