Fix constants.h include path

pull/9/head
Ionel-Cristinel ANICHITEI 4 years ago
parent 11f1f548ff
commit a20db3ce54

@ -486,7 +486,7 @@ typedef enum _ND_OPERAND_TYPE_SPEC
// Include auto-generated stuff. // Include auto-generated stuff.
// //
#include "mnemonics.h" #include "mnemonics.h"
#include "../inc/constants.h" #include "../../inc/constants.h"
#include "instructions.h" #include "instructions.h"
#include "prefixes.h" #include "prefixes.h"
#include "table_root.h" #include "table_root.h"

Loading…
Cancel
Save