Skip to content

Commit

Permalink
bind sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jun 19, 2024
1 parent e584412 commit c0974ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gengo/clang/layout_parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (r *RecordLayout) UnmarshalString(data string) error {
}

// Parse offset
offset := mylog.Check2(strconv.Atoi(strings.TrimSpace(before)))
offset := mylog.Check2(strconv.Atoi(strings.TrimSpace(before))) //todo bitset bug

// Determine indentation level
indent := len(after)
Expand Down

0 comments on commit c0974ea

Please sign in to comment.