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

@ -121,7 +121,7 @@ enum {
enum {
OXXX,
/* public instruction */
/* public instructions */
OAdd,
OSub,
ODiv,
@ -158,7 +158,7 @@ enum {
JJnz,
JXJc,
JXJc1 = JXJc + NCmp-1,
JLast
NJmp
};
struct OpDesc {