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, fieldRef: FieldRef,
refPath: []Expr, refPath: []Expr,
int: struct { int: struct {
value: usize, // direct value value: u64, // direct value
negated: bool = false, negated: bool = false,
}, },
int_big: struct { int_big: struct {