cosmetics

This commit is contained in:
Quentin Carbonneaux 2015-08-09 17:55:05 -04:00
parent 89039dcac1
commit 29c5f508b9
3 changed files with 30 additions and 30 deletions

View file

@ -561,7 +561,7 @@ printref(Ref r, Fn *fn, FILE *f)
void
printfn(Fn *fn, FILE *f)
{
static char *jtoa[JLast] = {
static char *jtoa[NJmp] = {
[JJnz] = "jnz",
[JXJc+Ceq] = "xjeq",
[JXJc+Csle] = "xjsle",