diff options
Diffstat (limited to 'src/runtime/debugcall.go')
| -rw-r--r-- | src/runtime/debugcall.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/debugcall.go b/src/runtime/debugcall.go index f8b3494ec3..ea413bd0c5 100644 --- a/src/runtime/debugcall.go +++ b/src/runtime/debugcall.go @@ -83,7 +83,7 @@ func debugCallCheck(pc uintptr) string { if pc != f.entry() { pc-- } - up := pcdatavalue(f, abi.PCDATA_UnsafePoint, pc) + up := pcdatavalue(f, abi.PCDATA_UnsafePoint, pc, nil) if up != abi.UnsafePointSafe { // Not at a safe point. ret = debugCallUnsafePoint |
