summaryrefslogtreecommitdiffstats
path: root/target-i386
diff options
context:
space:
mode:
authorRichard Henderson2014-03-28 16:15:17 +0100
committerRichard Henderson2014-04-17 20:47:42 +0200
commit06ef8604e92964cbf30084b7d31091aa7cbbb62f (patch)
treec41775863a15c83076c5326580b5fb5b23e9eb02 /target-i386
parenttarget-alpha: Tidy alpha_translate_init (diff)
downloadqemu-06ef8604e92964cbf30084b7d31091aa7cbbb62f.tar.gz
qemu-06ef8604e92964cbf30084b7d31091aa7cbbb62f.tar.xz
qemu-06ef8604e92964cbf30084b7d31091aa7cbbb62f.zip
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-i386')
0 files changed, 0 insertions, 0 deletions