aboutsummaryrefslogtreecommitdiffhomepage
path: root/amd64/all.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-10-19 08:09:09 +0200
committerlemon <lsof@mailbox.org>2025-10-19 08:09:09 +0200
commitdea8fd171acb54b6d9685422d5e391fb55074008 (patch)
tree2c149892f35c5183c9b2a1da4ab437228dc432ef /amd64/all.h
parent3437945692f2b87883a4f066473c9deed50f25f5 (diff)
Organize source files into directories
Diffstat (limited to 'amd64/all.h')
-rw-r--r--amd64/all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amd64/all.h b/amd64/all.h
index 42f4d23..992d47e 100644
--- a/amd64/all.h
+++ b/amd64/all.h
@@ -1,4 +1,4 @@
-#include "../ir.h"
+#include "../ir/ir.h"
#define LIST_REGS(_) \
_(RAX) _(RCX) _(RDX) _(RBX) _(RSP) _(RBP) _(RSI) _(RDI) \