mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
make type size unsigned
This commit is contained in:
parent
0921f4b551
commit
6c2d812407
@ -232,7 +232,7 @@ struct Fn {
|
||||
struct Type {
|
||||
char name[NString];
|
||||
int dark;
|
||||
int size;
|
||||
uint size;
|
||||
int align;
|
||||
|
||||
struct {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user