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