fix two bugs in isel

This commit is contained in:
Quentin Carbonneaux 2015-08-06 13:08:31 -04:00
parent e5983ba1a2
commit 2482f4dbbb
5 changed files with 11 additions and 6 deletions

View file

@ -68,7 +68,9 @@ static char *rbtoa[] = {
static char *ctoa[NCmp] = {
[Ceq] = "e",
[Csle] = "le",
[Cslt] = "l",
[Csgt] = "g",
[Csge] = "ge",
[Cne] = "ne",
};