Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pagran committed Jan 11, 2023
1 parent 3985747 commit b7cce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime_patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func updateEntryOffset(file *ast.File, entryOffKey uint32) {
return true
}

if selExpr.Sel.Name != "entryoff" {
if strings.ToLower(selExpr.Sel.Name) != "entryoff" {
return true
}

Expand Down

0 comments on commit b7cce1b

Please sign in to comment.