fix miscompile of function nil panics

Этот коммит содержится в:
Jaden Weiss 2019-10-15 23:03:06 -04:00 коммит произвёл Ayke
родитель a2c7112b1f
коммит 20a55e7944

Просмотреть файл

@ -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{