target-sparc: Tidy flush_cond interface
authorRichard Henderson <rth@twiddle.net>
Fri, 5 Oct 2012 23:54:51 +0000 (16:54 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 7 Oct 2012 16:39:30 +0000 (16:39 +0000)
commitdee8913cbf82a03fed661ac6c461491045dac7f5
tree264344463950744f233b7ae9d09b35fc2e1b5b05
parentd4a288ef9c2b432307961429bdcacb2416ad8a99
target-sparc: Tidy flush_cond interface

We always pass cpu_cond to the 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