diff options
Diffstat (limited to 'vendor/github.com/bytedance/sonic/loader/loader_latest.go')
-rw-r--r-- | vendor/github.com/bytedance/sonic/loader/loader_latest.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/github.com/bytedance/sonic/loader/loader_latest.go b/vendor/github.com/bytedance/sonic/loader/loader_latest.go index 0534541aa..f2c78989d 100644 --- a/vendor/github.com/bytedance/sonic/loader/loader_latest.go +++ b/vendor/github.com/bytedance/sonic/loader/loader_latest.go @@ -1,4 +1,3 @@ -// +build go1.16,!go1.23 /* * Copyright 2021 ByteDance Inc. @@ -71,7 +70,7 @@ func (self Loader) LoadOne(text []byte, funcName string, frameSize int, argSize } if localPtrs != nil { - locals := rt .StackMapBuilder{} + locals := rt.StackMapBuilder{} for _, b := range localPtrs { locals.AddField(b) } |