diff --git a/src/processor/stackwalker_mips.cc b/src/processor/stackwalker_mips.cc index e8b073ce..7db34219 100644 --- a/src/processor/stackwalker_mips.cc +++ b/src/processor/stackwalker_mips.cc @@ -96,7 +96,7 @@ StackFrameMIPS* StackwalkerMIPS::GetCallerByCFIFrameInfo( CFIFrameInfo* cfi_frame_info) { StackFrameMIPS* last_frame = static_cast(frames.back()); - unsigned long sp = 0, pc = 0; + uint32_t sp = 0, pc = 0; // Populate a dictionary with the valid register values in last_frame. CFIFrameInfo::RegisterValueMap callee_registers;