Skip to content

Commit

Permalink
fixing size for InlinedCall struct v1.16-1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
brigadier-general authored Jun 6, 2024
1 parent 105e95b commit 7c3536d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/gosym/symtab.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ type inlinedCall_v120 struct {
}

const (
size_inlinedCall_v116 = 24
size_inlinedCall_v116 = 20
size_inlinedCall_v120 = 16
FUNCID_MAX = 22 // funcID maximum value
)
Expand Down

0 comments on commit 7c3536d

Please sign in to comment.