type issues

This commit is contained in:
Kjell Hedstrom 2015-01-28 02:58:28 -07:00
parent f1e744c1ec
commit fb30aef9e8

View File

@ -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;