Update cpsr register in BLX instruction emulation
authorTamas Berghammer <tberghammer@google.com>
Thu, 23 Apr 2015 10:56:51 +0000 (10:56 +0000)
committerTamas Berghammer <tberghammer@google.com>
Thu, 23 Apr 2015 10:56:51 +0000 (10:56 +0000)
commit10c7d300bc82b0f4788972688a44b1e320618185
treea879ab2717c8915c3da9c45bebe6b7b95ca87b4f
parentf959520efc71c4f64f1f3a0e5505166751c9a260
Update cpsr register in BLX instruction emulation

Write the new cpsr value into the cpsr register if the BL or the BLX
instruction change the instruction set on arm.

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

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