mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-19 03:38:26 +00:00
Fix an unfortunate typo.
llvm-svn: 71852
This commit is contained in:
parent
6bbe2a1daa
commit
c69f0d9a11
@ -83,7 +83,7 @@ public:
|
||||
sys::MemoryFence();
|
||||
InitFlag = 2;
|
||||
} else if (OldFlag == 1)
|
||||
while (OldFlag == 1) ;
|
||||
while (InitFlag == 1) ;
|
||||
|
||||
return *static_cast<C*>(Ptr);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user