diff options
| -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 f8a0010..aa041c3 100644 --- a/amd64/emit.c +++ b/amd64/emit.c @@ -888,7 +888,7 @@ gencopy(uchar **pcode, enum irclass cls, struct block *blk, int curi, struct ope static const uchar icmpop2cc[] = { [Oequ] = CCE, [Oneq] = CCNE, [Olth] = CCL, [Ogth] = CCG, [Olte] = CCLE, [Ogte] = CCGE, - [Oulth] = CCB, [Ougth] = CCA, [Oulte] = CCBE, [Ougte] = CCGE, + [Oulth] = CCB, [Ougth] = CCA, [Oulte] = CCBE, [Ougte] = CCAE, [Oand] = CCNE, [Osub] = CCNE, }; /* condition code for TEST reg,reg (compare with zero) */ |