diff options
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 245060e..f130a96 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -304,6 +304,10 @@ enum 2. With or without a LOCK prefix. 3. With a RELEASE (0xf3) prefix. */ +#define HLEPrefixNone 0 +#define HLEPrefixLock 1 +#define HLEPrefixAny 2 +#define HLEPrefixRelease 3 HLEPrefixOk, /* Convert to DWORD */ ToDword, |