diff options
Diffstat (limited to 'opcodes/i386-opc.tbl')
-rw-r--r-- | opcodes/i386-opc.tbl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl index a7fb06b..eb1bdf0 100644 --- a/opcodes/i386-opc.tbl +++ b/opcodes/i386-opc.tbl @@ -18,6 +18,12 @@ // Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA // 02110-1301, USA. +#define OPCODE_I386_H +#include "i386-opc.h" +#undef None + +### MARKER ### + // Move instructions. // We put the 64bit displacement first and we only mark constants // larger than 32bit as Disp64. |