Skip to content

Commit c61b8db

Browse files
committed
Fix.
1 parent 5c6a1e5 commit c61b8db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/stacktrace-windows/common.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static bool printStack(FILE* file, HANDLE process, HANDLE thread, CONTEXT const&
7676
DWORD constexpr machineType = IMAGE_FILE_MACHINE_AMD64;
7777
#elif defined(_M_ARM64)
7878
DWORD constexpr machineType = IMAGE_FILE_MACHINE_ARM64;
79-
#else,
79+
#else
8080
#error Unsupported machine type
8181
#endif
8282

external/slang-rhi

Submodule slang-rhi updated 175 files

0 commit comments

Comments
 (0)