This commit is contained in:
Alexey Milovidov 2021-07-30 12:35:23 +03:00
parent 444ad67663
commit 2d8475a96a

View File

@ -322,7 +322,7 @@ struct Checker
{
checkRequiredInstructions();
}
} checker;
} checker __attribute__((init_priority(101))); /// Run before other static initializers.
}