From 0c33b7b88bb3a96f1967937c7b7e0ff348a3d131 Mon Sep 17 00:00:00 2001 From: Amlal Date: Tue, 12 Aug 2025 19:38:55 +0200 Subject: abi! breaking ABI changes, PEF linker has been updated. Signed-off-by: Amlal --- dev/CompilerKit/src/Linker/DynamicLinker64PEF.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev/CompilerKit/src') diff --git a/dev/CompilerKit/src/Linker/DynamicLinker64PEF.cc b/dev/CompilerKit/src/Linker/DynamicLinker64PEF.cc index 946a3c7..55ba9b4 100644 --- a/dev/CompilerKit/src/Linker/DynamicLinker64PEF.cc +++ b/dev/CompilerKit/src/Linker/DynamicLinker64PEF.cc @@ -313,8 +313,9 @@ NECTI_MODULE(DynamicLinker64PEF) { command_header.Kind = ae_records[ae_record_index].fKind; command_header.Size = ae_records[ae_record_index].fSize; command_header.Cpu = hdr.fArch; - command_header.VMAddress = org; /// TODO: + command_header.VMAddress = org; command_header.SubCpu = hdr.fSubArch; + command_header.OffsetSize = ae_records[ae_record_index].fSize; org += command_header.Size; -- cgit v1.2.3