We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703168d commit e005731Copy full SHA for e005731
src/unwind/unwind_with_dbghelp.cpp
@@ -96,7 +96,7 @@ namespace detail {
96
frame.AddrBStore.Mode = AddrModeFlat;
97
frame.AddrStack.Offset = context.IntSp;
98
frame.AddrStack.Mode = AddrModeFlat;
99
- #elif defined(__aarch64__)
+ #elif defined(_M_ARM64) || defined(__aarch64__)
100
machine_type = IMAGE_FILE_MACHINE_ARM64;
101
frame.AddrPC.Offset = context.Pc;
102
frame.AddrPC.Mode = AddrModeFlat;
0 commit comments