[Lldb-commits] [lldb] r240280 - Test Commit

Jaydeep Patil jaydeep.patil at imgtec.com
Mon Jun 22 06:58:30 PDT 2015


Author: jaydeep
Date: Mon Jun 22 08:58:30 2015
New Revision: 240280

URL: http://llvm.org/viewvc/llvm-project?rev=240280&view=rev
Log:
Test Commit

Modified:
    lldb/trunk/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp

Modified: lldb/trunk/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp?rev=240280&r1=240279&r2=240280&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp (original)
+++ lldb/trunk/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp Mon Jun 22 08:58:30 2015
@@ -736,6 +736,8 @@ EmulateInstructionMIPS64::Emulate_BEQ (l
      *      condition <- (GPR[rs] = GPR[rt])
      *      if condition then
      *          PC = PC + sign_ext (offset << 2)
+     *      else
+     *          PC = PC + 4
     */
     rs = m_reg_info->getEncodingValue (insn.getOperand(0).getReg());
     rt = m_reg_info->getEncodingValue (insn.getOperand(1).getReg());





More information about the lldb-commits mailing list