use short for classes (so it is signed for sure)
This commit is contained in:
parent
97d33be074
commit
fc87bc5ea5
1 changed files with 1 additions and 1 deletions
2
all.h
2
all.h
|
@ -306,7 +306,7 @@ enum Jmp {
|
|||
struct OpDesc {
|
||||
char *name;
|
||||
int nmem;
|
||||
char argcls[2][4];
|
||||
short argcls[2][4];
|
||||
uint sflag:1; /* sets the zero flag */
|
||||
uint lflag:1; /* leaves flags */
|
||||
uint cfold:1; /* can fold */
|
||||
|
|
Loading…
Add table
Reference in a new issue