Index: lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp =================================================================== --- lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp +++ lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp @@ -13036,8 +13036,7 @@ // opcodes different meanings, but always means execution happens. if (is_conditional) *is_conditional = false; - result = true; - break; + return true; } if (cond & 1)