From e8420f8dc420210406a394685703c7a0333eb2f3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 8 Mar 2025 21:07:27 +0100 Subject: ADD: Better if conditions in DynamicLinkerPEF.cc Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/DynamicLinkerELF.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibCompiler/src/DynamicLinkerELF.cc') 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 mBlob{}; // ELF code/bss/data blob. + std::vector mBlob{}; // ELF code/bss/data blob. UIntPtr mOffset{0UL}; // the offset of the ELF container header... }; } // namespace Detail -- cgit v1.2.3