mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 18:40:42 +01:00
gallivm: initialize init_native_targets_once_flag correctly
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
8cc80e396e
commit
cee459d84d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue