mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +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 {
|
namespace llvm {
|
||||||
using namespace sys;
|
using namespace sys;
|
||||||
|
|
||||||
Mutex::Mutex()
|
Mutex::Mutex(bool /*recursive*/)
|
||||||
{
|
{
|
||||||
data_ = new CRITICAL_SECTION;
|
data_ = new CRITICAL_SECTION;
|
||||||
InitializeCriticalSection((LPCRITICAL_SECTION)data_);
|
InitializeCriticalSection((LPCRITICAL_SECTION)data_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user