diff options
Diffstat (limited to 'src/internal/task/task_stack.go')
-rw-r--r-- | src/internal/task/task_stack.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/task/task_stack.go b/src/internal/task/task_stack.go index 59af65031..63a8fdc82 100644 --- a/src/internal/task/task_stack.go +++ b/src/internal/task/task_stack.go @@ -89,6 +89,7 @@ func swapTask(oldStack uintptr, newStack *uintptr) // startTask is a small wrapper function that sets up the first (and only) // argument to the new goroutine and makes sure it is exited when the goroutine // finishes. +// //go:extern tinygo_startTask var startTask [0]uint8 |