add a canfold field to opdesc

This commit is contained in:
Quentin Carbonneaux 2016-04-07 14:20:12 -04:00
parent ebcc123e4d
commit f2b2256ebe
2 changed files with 63 additions and 62 deletions

1
all.h
View file

@ -306,6 +306,7 @@ struct OpDesc {
char argcls[2][4];
uint sflag:1; /* sets the zero flag */
uint lflag:1; /* leaves flags */
uint cfold:1; /* can fold */
};
struct Ins {