We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469795b commit c4455f4Copy full SHA for c4455f4
lib/Common/arm64.h
@@ -11,7 +11,7 @@
11
#error Include arm64.h in builds of ARM64 targets only.
12
#endif
13
14
-#ifdef __getReg
+#if defined(__getReg) || defined(_WIN64)
15
#define arm64_GET_CURRENT_FRAME() ((LPVOID)__getReg(29))
16
#else
17
extern "C" LPVOID arm64_GET_CURRENT_FRAME(void);
0 commit comments