Fix order of b and blx instruction in EmulateInstructionARM
In the previous ordering some "blx <label>" instruction was recognized
as "b #imm24" instructions causing a failure in the instruction
emulator.
Paths
| Differential D9218
Fix order of b and blx instrction in EmulateInstructionARM ClosedPublic Authored by tberghammer on Apr 23 2015, 5:39 AM.
Details Summary Fix order of b and blx instruction in EmulateInstructionARM In the previous ordering some "blx <label>" instruction was recognized
Diff Detail
Event Timelinetberghammer retitled this revision from to Fix order of b and blx instrction in EmulateInstructionARM. tberghammer updated this object. This revision is now accepted and ready to land.Apr 23 2015, 9:42 AM Closed by commit rL235714: Fix order of b and blx instrction in EmulateInstructionARM (authored by tberghammer). · Explain WhyApr 24 2015, 5:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24379 lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
|