Added untested bit width parsing

This commit is contained in:
2022-08-24 18:29:15 -04:00
parent 05aa0e6177
commit 731cc828ce
2 changed files with 10 additions and 1 deletions

View File

@@ -180,7 +180,7 @@ type ObjtMember struct {
name string
what Type
bitWidth int
bitWidth uint64
permission types.Permission
defaultValue Argument
}