diff options
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/coro.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/coro.go b/src/runtime/coro.go index 40d4e47fbe..72c58b7964 100644 --- a/src/runtime/coro.go +++ b/src/runtime/coro.go @@ -84,7 +84,7 @@ func coroexit(c *coro) { mcall(coroswitch_m) } -//go:linkname coroswitch +//go:linknamestd coroswitch // coroswitch switches to the goroutine blocked on c // and then blocks the current goroutine on c. |
