diff options
Diffstat (limited to 'amd64/emit.c')
| -rw-r--r-- | amd64/emit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amd64/emit.c b/amd64/emit.c index 95055da..e188782 100644 --- a/amd64/emit.c +++ b/amd64/emit.c @@ -948,7 +948,7 @@ static const uchar icmpop2cc[] = { [Oand] = CCNE, [Osub] = CCNE, }, fcmpop2cc[] = { [Oequ] = CCE, [Oneq] = CCNE, - [Olth] = CCB, [Ogth] = CCAE, [Olte] = CCBE, [Ogte] = CCAE, + [Olth] = CCB, [Ogth] = CCA, [Olte] = CCBE, [Ogte] = CCAE, }; /* condition code for TEST reg,reg (compare with zero) */ static const uchar icmpzero2cc[] = { |