diff --git a/Core/Lock.cpp b/Core/Lock.cpp index 7db7100..ea71048 100644 --- a/Core/Lock.cpp +++ b/Core/Lock.cpp @@ -5,7 +5,11 @@ #include "../kernel.h" -// #define PRINT_BACKTRACE +#define PRINT_BACKTRACE + +#ifdef PRINT_BACKTRACE +#pragma GCC diagnostic ignored "-Wframe-address" +#endif bool ForceUnlock = false; Atomic LocksCount = 0;