]> git.proxmox.com Git - mirror_qemu.git/commit
target-sparc: Tidy do_branch interfaces
authorRichard Henderson <rth@twiddle.net>
Fri, 5 Oct 2012 23:54:50 +0000 (16:54 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 7 Oct 2012 16:39:29 +0000 (16:39 +0000)
commitd4a288ef9c2b432307961429bdcacb2416ad8a99
tree624ba952648a5fff58bee67b9ef4439ca2db4510
parentb884fc5ecaacd241829f225282356d59eb186645
target-sparc: Tidy do_branch interfaces

We always pass cpu_cond to the r_cond parameter.  Use that global
register directly instead of passing it down.

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