Skip to content

Commit f2dc577

Browse files
[lldb][nfc] Fix comment about UINT32_MAX in UnwindAssemblyInstruction (llvm#168339)
(cherry picked from commit c2ba81c)
1 parent 1728971 commit f2dc577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/include/lldb/Core/EmulateInstruction.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ class EmulateInstruction : public PluginInterface {
385385
const RegisterInfo *reg_info,
386386
const RegisterValue &reg_value);
387387

388-
// Type to represent the condition of an instruction. The UINT32 value is
389-
// reserved for the unconditional case and all other value can be used in an
388+
// Type to represent the condition of an instruction. The UINT32_MAX value is
389+
// reserved for the unconditional case and all other values can be used in an
390390
// architecture dependent way.
391391
typedef uint32_t InstructionCondition;
392392
static const InstructionCondition UnconditionalCondition = UINT32_MAX;

0 commit comments

Comments
 (0)