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