From f5a153c3f888f82edaf5038e5762f9bd70356db4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 8 Jan 2025 10:28:10 +0100 Subject: KAN-8: Compiler tweaks and AARCH64 in progress. - Refactor C compilers. - Add Encoder for ARM64. - Add and working on assembler for AARCH64. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/AssemblyFactory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibCompiler/src/AssemblyFactory.cc') diff --git a/dev/LibCompiler/src/AssemblyFactory.cc b/dev/LibCompiler/src/AssemblyFactory.cc index 1e6ac48..6a2918c 100644 --- a/dev/LibCompiler/src/AssemblyFactory.cc +++ b/dev/LibCompiler/src/AssemblyFactory.cc @@ -30,7 +30,7 @@ namespace LibCompiler const Int32& arch) noexcept { if (sourceFile.length() < 1 || !fMounted) - return TOOLCHAINKIT_UNIMPLEMENTED; + return LIBCOMPILER_UNIMPLEMENTED; return fMounted->CompileToFormat(sourceFile, arch); } -- cgit v1.2.3