From fbbcfd27436fe61799c79aec14f9c2c3fdf73497 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 18 Jun 2025 10:27:31 +0200 Subject: feat: PEF format update `5.0` and codebase refactors. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/Linkers/DynamicLinkerPEF.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev/LibCompiler/src/Linkers') diff --git a/dev/LibCompiler/src/Linkers/DynamicLinkerPEF.cc b/dev/LibCompiler/src/Linkers/DynamicLinkerPEF.cc index b58c786..a383351 100644 --- a/dev/LibCompiler/src/Linkers/DynamicLinkerPEF.cc +++ b/dev/LibCompiler/src/Linkers/DynamicLinkerPEF.cc @@ -69,7 +69,7 @@ namespace Detail { struct DynamicLinkerBlob final { std::vector mBlob{}; // PEF code/bss/data blob. - UIntPtr mOffset{0UL}; // the offset of the PEF container header... + UIntPtr mOffset{0UL}; // the offset of the PEF container header... }; } // namespace Detail @@ -367,6 +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; } -- cgit v1.2.3