mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
Update crashlog.cpp
This commit is contained in:
parent
714044322f
commit
d192bee692
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue