mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
Add 'make spell' target, fix what it finds. In .go files, only checks comments.
This commit is contained in:
@@ -78,7 +78,7 @@ tinygo_swapTask:
|
||||
// Switch to the new stack pointer (newStack).
|
||||
mov.n sp, a2
|
||||
|
||||
// Load a0, which is the previous return addres from before the previous
|
||||
// Load a0, which is the previous return address from before the previous
|
||||
// switch or the constructed return address to tinygo_startTask. This
|
||||
// register also stores the parent register window.
|
||||
l32i.n a0, sp, 0
|
||||
|
||||
Reference in New Issue
Block a user