Skip to content

Commit

Permalink
tcg-hppa: Fix typo in brcond2
Browse files Browse the repository at this point in the history
Reported-by: Stuart Brady <sdb@zubnet.me.uk>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
  • Loading branch information
rth7680 authored and blueswirl committed Dec 29, 2012
1 parent 76a347e commit 753d99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcg/hppa/tcg-target.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ static void tcg_out_brcond2(TCGContext *s, int cond, TCGArg al, TCGArg ah,
tcg_out_brcond(s, TCG_COND_EQ, ah, bh, bhconst, label_index);
break;
case TCG_COND_NE:
tcg_out_brcond(s, TCG_COND_NE, al, bl, bhconst, label_index);
tcg_out_brcond(s, TCG_COND_NE, al, bl, blconst, label_index);
tcg_out_brcond(s, TCG_COND_NE, ah, bh, bhconst, label_index);
break;
default:
Expand Down

0 comments on commit 753d99d

Please sign in to comment.