diff --git a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h index 859d83dde953..60d239d91f74 100644 --- a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h +++ b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h @@ -192,6 +192,9 @@ public: AddWithCarryResult AddWithCarry(uint32_t x, uint32_t y, uint8_t carry_in); + // See A8.6.96 MOV (immediate) Operation. + // Default arguments are specified for carry and overflow parameters, which means + // not to update the respective flags if setflags is true. bool WriteCoreRegisterWithFlags (Context &context, const uint32_t result,