summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/CodeGen.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-28 14:33:48 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-28 14:33:48 +0200
commit46badbe70a36bb3cb5d86bd9f33aa5481c9709b9 (patch)
tree33f3759845a25c51cea5d92177a3f7ebd269f984 /dev/LibCompiler/CodeGen.h
parent0965112fb81ef3e04010197f68f743c98a7611ba (diff)
feat!: update the kernel codegen to output bit width and origin.
refactor!: refactor codebase, breaking changes. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/CodeGen.h')
-rw-r--r--dev/LibCompiler/CodeGen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/CodeGen.h b/dev/LibCompiler/CodeGen.h
index 8edcff1..a189b93 100644
--- a/dev/LibCompiler/CodeGen.h
+++ b/dev/LibCompiler/CodeGen.h
@@ -6,9 +6,9 @@
#pragma once
+#include <LibCompiler/BasicString.h>
#include <LibCompiler/Defines.h>
#include <LibCompiler/Macros.h>
-#include <LibCompiler/BasicString.h>
#define LC_ASSEMBLY_INTERFACE : public ::LibCompiler::AssemblyInterface
#define LC_ENCODER : public ::LibCompiler::EncoderInterface