[Lldb-commits] [PATCH] D12356: [MIPS64] Emulate MSA branch instructions
Jaydeep Patil via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 26 00:18:04 PDT 2015
jaydeep requested changes to this revision.
This revision now requires changes to proceed.
================
Comment at: source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp:3117
@@ +3116,3 @@
+ else
+ target = pc + 4;
+
----------------
This should be pc + 8. If branch is not taken then we need to skip the delay slot.
Repository:
rL LLVM
http://reviews.llvm.org/D12356
More information about the lldb-commits
mailing list