aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2020-04-14 17:55:07 +0200
committerAyke van Laethem <[email protected]>2020-06-27 01:22:31 +0200
commitce0abac5a3f4373fe944ba6ff5fe38c68bb65e29 (patch)
treef9c649ca01b4db703db5e597519e00300097edda /src
parent43d7f48de4cd82ba810690b806a78b0d690fc29d (diff)
downloadtinygo-avr-compiler-rt.tar.gz
tinygo-avr-compiler-rt.zip
avr: use compiler-rtavr-compiler-rt
Diffstat (limited to 'src')
-rw-r--r--src/internal/task/task_stack_avr.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/task/task_stack_avr.go b/src/internal/task/task_stack_avr.go
index cbd5a9888..fb142a8b8 100644
--- a/src/internal/task/task_stack_avr.go
+++ b/src/internal/task/task_stack_avr.go
@@ -4,7 +4,7 @@ package task
import "unsafe"
-const stackSize = 256
+const stackSize = 1024
// calleeSavedRegs is the list of registers that must be saved and restored when
// switching between tasks. Also see scheduler_avr.S that relies on the