]> git.proxmox.com Git - mirror_qemu.git/commit
target-sparc: Remove cpu_tmp64 use from softint insns
authorRichard Henderson <rth@twiddle.net>
Tue, 16 Oct 2012 09:32:27 +0000 (19:32 +1000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Oct 2012 07:56:07 +0000 (07:56 +0000)
commitaeff993cc59ea043c8d33e3dc3584c61aa31f347
tree44701fa18ab121bb7628ba0bb124e7c5ca146c82
parent3886b8a32029a88111140dfe81f6ef02d6b85e23
target-sparc: Remove cpu_tmp64 use from softint insns

The use of "tl" functions and a tmp64 is logically incompatible.
Use cpu_tmp0 instead.

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