diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-08 21:07:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-08 21:07:27 +0100 |
| commit | e8420f8dc420210406a394685703c7a0333eb2f3 (patch) | |
| tree | c53cd16d56faae5f9744ef0614bbcad0f570601b /dev/LibCompiler/src/DynamicLinkerELF.cc | |
| parent | 4017e6408c162b0ab1b54a0427d443b56df5237e (diff) | |
ADD: Better if conditions in DynamicLinkerPEF.cc
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/src/DynamicLinkerELF.cc')
| -rw-r--r-- | dev/LibCompiler/src/DynamicLinkerELF.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/DynamicLinkerELF.cc b/dev/LibCompiler/src/DynamicLinkerELF.cc index dca7efb..6645219 100644 --- a/dev/LibCompiler/src/DynamicLinkerELF.cc +++ b/dev/LibCompiler/src/DynamicLinkerELF.cc @@ -55,7 +55,7 @@ namespace Detail { struct DynamicLinkerBlob final { - std::vector<CharType> mBlob{}; // ELF code/bss/data blob. + std::vector<CharType> mBlob{}; // ELF code/bss/data blob. UIntPtr mOffset{0UL}; // the offset of the ELF container header... }; } // namespace Detail |
