mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 16:03:41 +00:00
runtime: add dummy getCurrentStackPointer functions
This is useful for the next commit, to get it to compile on all systems.
This commit is contained in:
committed by
Ron Evans
parent
9b1dd8e03d
commit
db4de46d88
@@ -12,3 +12,5 @@ func align(ptr uintptr) uintptr {
|
||||
// No alignment necessary on the AVR.
|
||||
return ptr
|
||||
}
|
||||
|
||||
func getCurrentStackPointer() uintptr
|
||||
|
||||
Reference in New Issue
Block a user