[LLDB][MIPS] Fix Emulation for JALR64 Instruction
authorNitesh Jain <nitesh.jain@imgtec.com>
Fri, 9 Sep 2016 10:46:25 +0000 (10:46 +0000)
committerNitesh Jain <nitesh.jain@imgtec.com>
Fri, 9 Sep 2016 10:46:25 +0000 (10:46 +0000)
Subscribers: jaydeep, bhushan, slthakur, sdardis, lldb-commits
llvm-svn: 281032

lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp

index 3a0fe39..1c7d95f 100644 (file)
@@ -869,6 +869,7 @@ EmulateInstructionMIPS64::GetOpcodeForInstruction(const char *op_name) {
       {"JAL", &EmulateInstructionMIPS64::Emulate_JAL, "JAL target"},
       {"JALX", &EmulateInstructionMIPS64::Emulate_JAL, "JALX target"},
       {"JALR", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"},
+      {"JALR64", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"},
       {"JALR_HB", &EmulateInstructionMIPS64::Emulate_JALR, "JALR.HB target"},
       {"JIALC", &EmulateInstructionMIPS64::Emulate_JIALC, "JIALC rt,offset"},
       {"JIC", &EmulateInstructionMIPS64::Emulate_JIC, "JIC rt,offset"},