5 lines
82 B
C++
5 lines
82 B
C++
|
#include "lock.h"
|
||
|
|
||
|
#ifdef __x86_64__
|
||
|
std::recursive_mutex InterruptLock::m;
|
||
|
#endif
|