tinygo/src/runtime/scheduler_tasks.go
2020-03-17 12:16:10 +01:00

8 строки
265 Б
Go

// +build scheduler.tasks
package runtime
// getSystemStackPointer returns the current stack pointer of the system stack.
// This is not necessarily the same as the current stack pointer.
//export tinygo_getSystemStackPointer
func getSystemStackPointer() uintptr