summaryrefslogtreecommitdiff
path: root/headers/addressing.h
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-04-28 16:04:35 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-04-28 16:04:35 +1000
commit1c30dea63b65c7e117b3fd8ba0140dbf77a0ef73 (patch)
tree550e05feeace48ff4da53726d306df7b2389d7b7 /headers/addressing.h
parenteae92c43e1397d05a01050cc6fdb71c000eb22bb (diff)
changed dirs
Diffstat (limited to 'headers/addressing.h')
-rw-r--r--headers/addressing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers/addressing.h b/headers/addressing.h
index d1b8371..af102fd 100644
--- a/headers/addressing.h
+++ b/headers/addressing.h
@@ -28,7 +28,7 @@ struct AddData{
typedef struct AddData AddData;
-#include"instructions-init.h"
+#include"instructions/init.h"
//Holds address of current instruction.
void* current_instruction;