diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-05 10:24:19 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-05 10:24:19 +0200 |
| commit | af6d1735afe4b63d13ddb73f532b4a3309f527c2 (patch) | |
| tree | 5ae95a116c16e990146495d30d2fd13e4474e663 /dev/LibCompiler/src | |
| parent | 3539f86015f3363dcfb124aa020d3adf7345ffaa (diff) | |
LibDebugger: refactor! Breaking changes inside the debugger contracts.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src')
| -rw-r--r-- | dev/LibCompiler/src/Linkers/DynamicLinkerPEF.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/Linkers/DynamicLinkerPEF.cc b/dev/LibCompiler/src/Linkers/DynamicLinkerPEF.cc index a383351..8d72ef9 100644 --- a/dev/LibCompiler/src/Linkers/DynamicLinkerPEF.cc +++ b/dev/LibCompiler/src/Linkers/DynamicLinkerPEF.cc @@ -367,7 +367,7 @@ LIBCOMPILER_MODULE(DynamicLinker64PEF) { } kConsoleOut << "Not an AE container: " << objectFile << std::endl; - + // don't continue, it is a fatal error. return LIBCOMPILER_EXEC_ERROR; } |
