There was an error while loading. Please reload this page.
1 parent 475bfca commit 2162068Copy full SHA for 2162068
Methods/MethodTrapFlag.h
@@ -3,9 +3,6 @@
3
#include <iostream>
4
#include <mutex>
5
6
-extern "C" void _trapFlagASM_x32();
7
-extern "C" void _trapFlagASM_x64();
8
-
9
inline std::once_flag x64_trap_flag;
10
inline void* x64_trap_asm = nullptr;
11
0 commit comments