summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/ErrorID.h
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-05-07 09:18:33 +0200
committerAmlal <amlal@nekernel.org>2025-05-07 09:18:33 +0200
commitd8d943929c25151fd6a8aadd6ea4cdbd5065845a (patch)
tree137147035caca99ed27431039b65b9ab61546d35 /dev/LibCompiler/ErrorID.h
parent23d3e00324b7f691a893df7e73462b9b73c03a4f (diff)
feat(LibCompiler): Reworking architecture to integrate the Arch() method in the AssemblyInterface.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/ErrorID.h')
-rw-r--r--dev/LibCompiler/ErrorID.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/LibCompiler/ErrorID.h b/dev/LibCompiler/ErrorID.h
index 380fa69..45bb393 100644
--- a/dev/LibCompiler/ErrorID.h
+++ b/dev/LibCompiler/ErrorID.h
@@ -21,3 +21,4 @@
#define LIBCOMPILER_INVALID_DATA -35
#define LIBCOMPILER_UNIMPLEMENTED -36
#define LIBCOMPILER_FAT_ERROR -37
+#define LIBCOMPILER_INVALID_ARCH -38