add a canfold field to opdesc
This commit is contained in:
parent
ebcc123e4d
commit
f2b2256ebe
2 changed files with 63 additions and 62 deletions
1
all.h
1
all.h
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue