summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/Linkers
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/src/Linkers')
-rw-r--r--dev/LibCompiler/src/Linkers/DynamicLinkerPEF.cc3
1 files changed, 2 insertions, 1 deletions
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<Char> 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;
}