target-sparc: Avoid cpu_tmp32 in Write Priv Register
authorRichard Henderson <rth@twiddle.net>
Tue, 16 Oct 2012 09:32:23 +0000 (19:32 +1000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Oct 2012 07:56:06 +0000 (07:56 +0000)
commit7b9e066b67c1f8839a1ca63efebcbaf48cc60104
treec5831437e9d5fdbc3969d018714ee8b940122d2e
parent45778f99f0fb088af1f92d9a92759b760dceef2a
target-sparc: Avoid cpu_tmp32 in Write Priv Register

No need to copy to a temporary to store 32 bits.

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