From 8ad58a91a11380203c4a81fe4dc93e7734631b32 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 22 May 2025 10:25:39 +0200 Subject: refactor: Reworking the code base, for the C++Drv, and ARM64 assembler. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/AssemblyInterface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev/LibCompiler/AssemblyInterface.h') 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 #include -#define ASSEMBLY_INTERFACE : public LibCompiler::AssemblyInterface +#define LC_ASSEMBLY_INTERFACE : public LibCompiler::AssemblyInterface +#define LC_ENCODER : public LibCompiler::EncoderInterface namespace LibCompiler { class AssemblyFactory; -- cgit v1.2.3