fix comment

This commit is contained in:
bughoho 2015-10-08 08:49:00 +08:00
parent 2f0e215a57
commit 1a13338d13
1 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ typedef struct InternalInstruction {
// from here, all members must be initialized to ZERO to work properly // from here, all members must be initialized to ZERO to work properly
uint8_t operandSize; uint8_t operandSize;
uint8_t prefix0, prefix1, prefix2, prefix3; uint8_t prefix0, prefix1, prefix2, prefix3;
/* 1 if the prefix byte corresponding to the entry is present; 0 if not */ /* true if the prefix byte corresponding to the entry is present; false if not */
bool isPrefix26; bool isPrefix26;
bool isPrefix2e; bool isPrefix2e;
bool isPrefix36; bool isPrefix36;
@ -599,7 +599,7 @@ typedef struct InternalInstruction {
uint8_t sibScale; uint8_t sibScale;
SIBBase sibBase; SIBBase sibBase;
uint8_t numImmediatesConsumed; uint8_t numImmediatesConsumed;
/* 1 if the prefix byte, 0xf2 or 0xf3 is xacquire or xrelease */ /* true if the prefix byte, 0xf2 or 0xf3 is xacquire or xrelease */
bool xAcquireRelease; bool xAcquireRelease;
/* The value of the vector extension prefix(EVEX/VEX/XOP), if present */ /* The value of the vector extension prefix(EVEX/VEX/XOP), if present */