We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6a1e5 commit 6d5bcaeCopy full SHA for 6d5bcae
examples/stacktrace-windows/common.cpp
@@ -76,7 +76,7 @@ static bool printStack(FILE* file, HANDLE process, HANDLE thread, CONTEXT const&
76
DWORD constexpr machineType = IMAGE_FILE_MACHINE_AMD64;
77
#elif defined(_M_ARM64)
78
DWORD constexpr machineType = IMAGE_FILE_MACHINE_ARM64;
79
-#else,
+#else
80
#error Unsupported machine type
81
#endif
82
0 commit comments