mirror of
git://c9x.me/qbe.git
synced 2026-04-06 18:39:48 +00:00
use short for classes (so it is signed for sure)
This commit is contained in:
parent
97d33be074
commit
fc87bc5ea5
2
all.h
2
all.h
@ -306,7 +306,7 @@ enum Jmp {
|
|||||||
struct OpDesc {
|
struct OpDesc {
|
||||||
char *name;
|
char *name;
|
||||||
int nmem;
|
int nmem;
|
||||||
char argcls[2][4];
|
short argcls[2][4];
|
||||||
uint sflag:1; /* sets the zero flag */
|
uint sflag:1; /* sets the zero flag */
|
||||||
uint lflag:1; /* leaves flags */
|
uint lflag:1; /* leaves flags */
|
||||||
uint cfold:1; /* can fold */
|
uint cfold:1; /* can fold */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user