]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/sparc/translate.c
target-sparc: Tidy ldfsr, stfsr
authorRichard Henderson <rth@twiddle.net>
Tue, 16 Oct 2012 09:32:24 +0000 (19:32 +1000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Oct 2012 07:56:07 +0000 (07:56 +0000)
commitf8641947c2268eab6e73f16883c08ae14432280c
tree16e56e4e392e08067f9771307085481f39533e11
parent7b9e066b67c1f8839a1ca63efebcbaf48cc60104
target-sparc: Tidy ldfsr, stfsr

Remove the last uses of cpu_tmp32.  Unify the code between sparc64
and sparc32 by using the proper "tl" functions.

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