From dea8fd171acb54b6d9685422d5e391fb55074008 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 19 Oct 2025 08:09:09 +0200 Subject: Organize source files into directories --- amd64/all.h | 2 +- amd64/emit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'amd64') 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) \ diff --git a/amd64/emit.c b/amd64/emit.c index a6ce774..1db5093 100644 --- a/amd64/emit.c +++ b/amd64/emit.c @@ -1,5 +1,5 @@ #include "all.h" -#include "../obj.h" +#include "../obj/obj.h" #include "../endian.h" /** Instruction operands ** -- cgit v1.2.3