diff options
Diffstat (limited to 'include/CompilerKit/CodeGenerator.h')
| -rw-r--r-- | include/CompilerKit/CodeGenerator.h | 5 |
1 files changed, 2 insertions, 3 deletions
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<IAssembly> mountPtr) noexcept; + Int32 Compile(STLString sourceFile, const Int32& arch); + void Mount(WeakRef<IAssembly> mountPtr); WeakRef<IAssembly> Unmount() noexcept; private: |
