From 7878653e8dbd65d94ea8ea8bae6e0afd3c3d0af3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 27 May 2025 23:02:19 +0200 Subject: fix: fix SEGFAULT on CxxDrv (AMD64), caused by a stack corruption. refactor: Refactor LibCompiler's codebase, deperecate older C compilers, and fully focusing on C++ now. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/CodeGen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/LibCompiler/CodeGen.h') diff --git a/dev/LibCompiler/CodeGen.h b/dev/LibCompiler/CodeGen.h index 1e955d8..8edcff1 100644 --- a/dev/LibCompiler/CodeGen.h +++ b/dev/LibCompiler/CodeGen.h @@ -8,10 +8,10 @@ #include #include -#include +#include -#define LC_ASSEMBLY_INTERFACE : public LibCompiler::AssemblyInterface -#define LC_ENCODER : public LibCompiler::EncoderInterface +#define LC_ASSEMBLY_INTERFACE : public ::LibCompiler::AssemblyInterface +#define LC_ENCODER : public ::LibCompiler::EncoderInterface namespace LibCompiler { class AssemblyFactory; -- cgit v1.2.3