Skip to content
Snippets Groups Projects
Commit cee459d8 authored by Frédéric Devernay's avatar Frédéric Devernay Committed by Marek Olšák
Browse files

gallivm: initialize init_native_targets_once_flag correctly


Signed-off-by: default avatarMarek Olšák <marek.olsak@amd.com>
parent 8cc80e39
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ static LLVMEnsureMultithreaded lLVMEnsureMultithreaded;
}
static once_flag init_native_targets_once_flag;
static once_flag init_native_targets_once_flag = ONCE_FLAG_INIT;
static void init_native_targets()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment