target-sparc: Only use cpu_dst for eventual writes to a gpr
commit7b04bd5ccabf61d5ad8a616ecbe2282c4e2656c4
authorRichard Henderson <rth@twiddle.net>
Tue, 16 Oct 2012 09:32:29 +0000 (16 19:32 +1000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Oct 2012 07:56:07 +0000 (20 07:56 +0000)
treea61dd515613123b3160de4ef80e4539667409090
parentabcc71919c65747af7615c8770754c0ea071a2d2
target-sparc: Only use cpu_dst for eventual writes to a gpr

Use cpu_tmp0 for other stuff, like Write Priv Register.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/translate.c