mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
9 lines
265 B
Go
9 lines
265 B
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
|