diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-22 19:07:45 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-22 19:07:45 +0100 |
| commit | 53294fa97e1f175f4e8700ffc00ff49909ef31f1 (patch) | |
| tree | a146213445d0c987b36293bee21bcc87ac5397ce /src/CompilerKit | |
| parent | cee25e12b344b02f2057fcc64aed59fffd2c22bc (diff) | |
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit')
| -rw-r--r-- | src/CompilerKit/src/CodeGenerator+AssemblyFactory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cpp b/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cpp index 85ecc66..516c4d5 100644 --- a/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cpp +++ b/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cpp @@ -30,7 +30,8 @@ Int32 AssemblyFactory::Compile(STLString sourceFile, const Int32& arch) { try { std::filesystem::copy(sourceFile, compiledUnit); - } catch (...) {} + } catch (...) { + } auto ret = this->fMounted->CompileToFormat(compiledUnit, arch); |
