Fix order of b and blx instrction in EmulateInstructionARM
authorTamas Berghammer <tberghammer@google.com>
Fri, 24 Apr 2015 12:13:41 +0000 (12:13 +0000)
committerTamas Berghammer <tberghammer@google.com>
Fri, 24 Apr 2015 12:13:41 +0000 (12:13 +0000)
commit0da3ee1ef3bf3b2882400f1e35cb678cbdce7b4d
tree72ff39ed4201ade2a23c1c9a2fca1cffda0cc267
parent04f7144907affa305d4fc2deb406c473451a7228
Fix order of b and blx instrction in EmulateInstructionARM

In the previous ordering some "blx <label>" instruction was recognised
as "b #imm24" instructions causing a failure in the instruction
emulator.

Differential revision: http://reviews.llvm.org/D9218

llvm-svn: 235714
lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp