summaryrefslogtreecommitdiff
path: root/src/core/processors.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-02-17 09:59:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-02-17 09:59:45 (GMT)
commit838ed83634c445e4ba1b15998f4ad50d1e7503c9 (patch)
treedfd7a6b5be9217723d69742da868df8404da1ff1 /src/core/processors.c
parent5108aad8eb7b20a14c1e7d9e084af2272035192d (diff)
Relocated the undefined instructions.
Diffstat (limited to 'src/core/processors.c')
-rw-r--r--src/core/processors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/processors.c b/src/core/processors.c
index c6f3f8a..c03b98f 100644
--- a/src/core/processors.c
+++ b/src/core/processors.c
@@ -31,7 +31,7 @@
#include "../arch/raw.h"
#include "../arch/target.h"
-#include "../arch/undefined.h"
+#include "../arch/instructions/undefined.h"
#include "../arch/operands/immediate.h"
#include "../arch/operands/register.h"