Update crashlog.cpp

This commit is contained in:
alk 2022-10-22 20:26:34 +03:00 committed by GitHub
parent 714044322f
commit d192bee692
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,7 +185,7 @@ static void walkStack(std::ostream& stream, PCONTEXT context) {
)) break;
stream << " - ";
printAddr(stream, static_cast<void*>(stack.AddrPC.Offset));
printAddr(stream, reinterpret_cast<void*>(stack.AddrPC.Offset));
stream << std::endl;
}
}