From 228479a454d325340326f4fd23e13d780884fd2a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 18 Dec 2025 01:57:41 +0100 Subject: chore & feat: New DLLLoader API and AST API improvements. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/CodeGenerator.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/CompilerKit/CodeGenerator.h') diff --git a/include/CompilerKit/CodeGenerator.h b/include/CompilerKit/CodeGenerator.h index f2875bf..8bee7b5 100644 --- a/include/CompilerKit/CodeGenerator.h +++ b/include/CompilerKit/CodeGenerator.h @@ -44,9 +44,8 @@ class AssemblyFactory final { kArchCount = kArchUnknown - kArchAMD64, }; - Int32 Compile(STLString sourceFile, const Int32& arch) noexcept; - - void Mount(WeakRef mountPtr) noexcept; + Int32 Compile(STLString sourceFile, const Int32& arch); + void Mount(WeakRef mountPtr); WeakRef Unmount() noexcept; private: -- cgit v1.2.3