mirror of
git://c9x.me/qbe.git
synced 2026-04-07 19:09:48 +00:00
refine comment of OpDesc.sflag
This commit is contained in:
parent
6cba2db949
commit
567c18398f
@ -303,7 +303,7 @@ struct OpDesc {
|
|||||||
char *name;
|
char *name;
|
||||||
int nmem;
|
int nmem;
|
||||||
char argcls[2][4];
|
char argcls[2][4];
|
||||||
uint sflag:1; /* sets flags */
|
uint sflag:1; /* sets the zero flag */
|
||||||
uint lflag:1; /* leaves flags */
|
uint lflag:1; /* leaves flags */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user