add tinygo device files
This commit is contained in:
6
targets/device/esp/esp8266.S
Normal file
6
targets/device/esp/esp8266.S
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
.section .text.tinygo_scanCurrentStack
|
||||
.global tinygo_scanCurrentStack
|
||||
tinygo_scanCurrentStack:
|
||||
// TODO: save callee saved registers on the stack
|
||||
j tinygo_scanstack
|
||||
Reference in New Issue
Block a user