mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 02:42:58 +00:00
Accidentally broke this file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1cca27ebb6
commit
95efbcb5e1
@ -22,7 +22,7 @@
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
||||
Mutex::Mutex()
|
||||
Mutex::Mutex(bool /*recursive*/)
|
||||
{
|
||||
data_ = new CRITICAL_SECTION;
|
||||
InitializeCriticalSection((LPCRITICAL_SECTION)data_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user