Skip to content
Snippets Groups Projects
Commit 56fce3cd authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Up the initial constant mapping size a bit.

parent 4457ceac
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ void present_constant_profiling(void)
void init_builtin_constants(void)
{
builtin_constants = allocate_mapping(300);
builtin_constants = allocate_mapping(325);
}
void exit_builtin_constants(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment