Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 committed Oct 12, 2024
1 parent 96d2b1f commit abb6d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/reflection.pr
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def load_types(input: *uint8, size: size_t, num: size_t, strings: *char) {
value = fp.read(int64)
] !EnumValue
}
types(id) = [ name = name, module = module, id = id,
types(id) = [ name = name, module = module, id = id, signed = signed,
size = size, align = align, values = values ] !EnumT
case TypeKind::CHAR
types(id) = [ name = name, module = module, id = id ] !CharT
Expand Down

0 comments on commit abb6d15

Please sign in to comment.