summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/AssemblyInterface.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-22 10:25:39 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-22 10:25:39 +0200
commit8ad58a91a11380203c4a81fe4dc93e7734631b32 (patch)
tree33278ad442e5f20c88c2701a3cb5dcbfd7d3f589 /dev/LibCompiler/AssemblyInterface.h
parentca022f27844a5475dab608bd1970c05494a67290 (diff)
refactor: Reworking the code base, for the C++Drv, and ARM64 assembler.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/AssemblyInterface.h')
-rw-r--r--dev/LibCompiler/AssemblyInterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/LibCompiler/AssemblyInterface.h b/dev/LibCompiler/AssemblyInterface.h
index 81440ce..5206005 100644
--- a/dev/LibCompiler/AssemblyInterface.h
+++ b/dev/LibCompiler/AssemblyInterface.h
@@ -10,7 +10,8 @@
#include <LibCompiler/Macros.h>
#include <LibCompiler/StringView.h>
-#define ASSEMBLY_INTERFACE : public LibCompiler::AssemblyInterface
+#define LC_ASSEMBLY_INTERFACE : public LibCompiler::AssemblyInterface
+#define LC_ENCODER : public LibCompiler::EncoderInterface
namespace LibCompiler {
class AssemblyFactory;