fix miscompile of function nil panics

This commit is contained in:
Jaden Weiss
2019-10-15 23:03:06 -04:00
committed by Ayke
parent a2c7112b1f
commit 20a55e7944
+1
View File
@@ -38,6 +38,7 @@ var functionsUsedInTransforms = []string{
"runtime.alloc",
"runtime.free",
"runtime.scheduler",
"runtime.nilPanic",
}
var taskFunctionsUsedInTransforms = []string{