made produced itemtab.h file more readable
This commit is contained in:
parent
e2ce4995e6
commit
3fb20f5201
|
@ -43,10 +43,10 @@ convert(mnemfile,itemfile)
|
||||||
/* there is no line for this mnemonic, so
|
/* there is no line for this mnemonic, so
|
||||||
* it has no type.
|
* it has no type.
|
||||||
*/
|
*/
|
||||||
printf("{NO_ITEM,0},\n");
|
printf("{NO_ITEM,0}, /* %s */\n", mnem1);
|
||||||
newcl = FALSE;
|
newcl = FALSE;
|
||||||
} else {
|
} else {
|
||||||
printf("{%s,%d},\n",itemtype,index);
|
printf("{%s,%d}, /* %s */\n",itemtype,index, mnem1);
|
||||||
newcl = TRUE;
|
newcl = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue