mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 12:04:03 +00:00
fix miscompile of function nil panics
This commit is contained in:
@@ -38,6 +38,7 @@ var functionsUsedInTransforms = []string{
|
|||||||
"runtime.alloc",
|
"runtime.alloc",
|
||||||
"runtime.free",
|
"runtime.free",
|
||||||
"runtime.scheduler",
|
"runtime.scheduler",
|
||||||
|
"runtime.nilPanic",
|
||||||
}
|
}
|
||||||
|
|
||||||
var taskFunctionsUsedInTransforms = []string{
|
var taskFunctionsUsedInTransforms = []string{
|
||||||
|
|||||||
Reference in New Issue
Block a user