| Index: src/processor/stackwalk_common.cc | 
| diff --git a/src/processor/stackwalk_common.cc b/src/processor/stackwalk_common.cc | 
| index 5cbcd27a10c896ba6e8f358287544367011a19f4..f5cf4802307bd4f3aadadcb9a6828bd9fabdadb8 100644 | 
| --- a/src/processor/stackwalk_common.cc | 
| +++ b/src/processor/stackwalk_common.cc | 
| @@ -546,7 +546,7 @@ static void PrintStack(const CallStack *stack, | 
| sequence = | 
| PrintRegister64("pc", frame_arm64->context.iregs[32], sequence); | 
| } | 
| -    } else if (cpu == "mips") { | 
| +    } else if ((cpu == "mips") || (cpu == "mips64")) { | 
| const StackFrameMIPS* frame_mips = | 
| reinterpret_cast<const StackFrameMIPS*>(frame); | 
|  | 
|  |