This patch contains 2 changes:
- Corrected target address calculation of compact branch instructions to reflect changes in disassembler (http://reviews.llvm.org/D17540).
- Added emulation for (missing) 'Addiu' instruction.
Differential D21064
[LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions nitesh.jain on Jun 7 2016, 3:53 AM. Authored by
Details This patch contains 2 changes:
Diff Detail
Event TimelineComment Actions You also need to emulate dsubu and subu as the MIPS LLVM backend will generate them in certain cases. |