internal/task: a few small correctness fixes

This shouldn't affect Linux or MacOS, but it's good to have them fixed.
This commit is contained in:
Ayke van Laethem
2025-06-30 08:18:24 +02:00
committed by Ron Evans
parent c6b47fe6a0
commit 93f40992c1
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ func gcScanGlobals()
var stackScanLock PMutex
//export tinygo_task_gc_pause
func tingyo_task_gc_pause() {
func tingyo_task_gc_pause(sig int32) {
// Wait until we get the signal to start scanning the stack.
Current().state.gcSem.Wait()