Re: [Qemu-devel] [PATCH 1/2] tcg-hppa: Fix brcond2 and setcond2

2012-12-24 Thread Stuart Brady
On Tue, Sep 18, 2012 at 07:59:47PM -0700, Richard Henderson wrote: diff --git a/tcg/hppa/tcg-target.c b/tcg/hppa/tcg-target.c index 8b81b70..a76569d 100644 --- a/tcg/hppa/tcg-target.c +++ b/tcg/hppa/tcg-target.c @@ -820,19 +820,34 @@ static void tcg_out_comclr(TCGContext *s, int cond,

[Qemu-devel] [PATCH 1/2] tcg-hppa: Fix brcond2 and setcond2

2012-09-18 Thread Richard Henderson
Neither of these functions were performing double-word compares properly. Signed-off-by: Richard Henderson r...@twiddle.net --- tcg/hppa/tcg-target.c | 51 ++- 1 file changed, 42 insertions(+), 9 deletions(-) diff --git a/tcg/hppa/tcg-target.c