Autodoc: fix int expr size for 32bit targets

This commit is contained in:
Loris Cro
2022-07-20 08:34:05 +02:00
parent 42b2fb4c5d
commit 268edce862

View File

@@ -567,7 +567,7 @@ const DocData = struct {
fieldRef: FieldRef,
refPath: []Expr,
int: struct {
value: usize, // direct value
value: u64, // direct value
negated: bool = false,
},
int_big: struct {