GH-165: Fix global initializations that indirectly use builtin types

This commit is contained in:
Jon Siwek 2020-08-27 14:01:08 -07:00
parent 4a8640d702
commit 5ed13284c3
7 changed files with 30 additions and 4 deletions

View file

@ -930,6 +930,7 @@ void init_primary_bifs()
#include "option.bif.func_init"
#include "supervisor.bif.func_init"
init_builtin_types();
did_builtin_init = true;
}