2012-02-21 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index 245060e840a11812cb7987041a3f0418ef6e9722..f130a96ce87f6c05f7cdce16eed044dc02581a3a 100644 (file)
@@ -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,
This page took 0.022754 seconds and 4 git commands to generate.