We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1728971 commit f2dc577Copy full SHA for f2dc577
lldb/include/lldb/Core/EmulateInstruction.h
@@ -385,8 +385,8 @@ class EmulateInstruction : public PluginInterface {
385
const RegisterInfo *reg_info,
386
const RegisterValue ®_value);
387
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
+ // Type to represent the condition of an instruction. The UINT32_MAX value is
+ // reserved for the unconditional case and all other values can be used in an
390
// architecture dependent way.
391
typedef uint32_t InstructionCondition;
392
static const InstructionCondition UnconditionalCondition = UINT32_MAX;
0 commit comments