mirror of
https://github.com/KjellKod/g3log.git
synced 2025-01-31 14:39:54 +01:00
type issues
This commit is contained in:
parent
f1e744c1ec
commit
fb30aef9e8
@ -61,7 +61,7 @@ const std::map<g2::SignalType, std::string> kExceptionsAsText = {
|
||||
// Using the given context, fill in all the stack frames.
|
||||
// Which then later can be interpreted to human readable text
|
||||
void captureStackTrace(CONTEXT *context, std::vector<uint64_t> &frame_pointers) {
|
||||
size_t machine_type = 0;
|
||||
DWORD machine_type = 0;
|
||||
STACKFRAME64 frame = {};
|
||||
frame.AddrPC.Mode = AddrModeFlat;
|
||||
frame.AddrFrame.Mode = AddrModeFlat;
|
||||
|
Loading…
x
Reference in New Issue
Block a user