diff options
Diffstat (limited to 'src/runtime/mbitmap.go')
| -rw-r--r-- | src/runtime/mbitmap.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mbitmap.go b/src/runtime/mbitmap.go index 4ba25901d4..a242872884 100644 --- a/src/runtime/mbitmap.go +++ b/src/runtime/mbitmap.go @@ -1479,7 +1479,7 @@ func getgcmask(ep any) (mask []byte) { } } if found { - locals, _, _ := u.frame.getStackMap(false) + locals, _, _ := u.frame.getStackMap(nil, false) if locals.n == 0 { return } |
