mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-09 23:00:57 +00:00
Fix constants.h include path
This commit is contained in:
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…
Reference in New Issue
Block a user