summaryrefslogtreecommitdiffhomepage
path: root/Sources
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-04-23 07:08:20 +0000
committerAmlal <amlalelmahrouss@icloud.com>2024-04-23 07:08:20 +0000
commit06a21359ef5de71fb5885fddbe6747b5ef63000a (patch)
treec1eb09e8b2a6838c6ad3667ed1196da78f62cf14 /Sources
parent9e1cd8223cfaf97b94f07ab659b694b208447a94 (diff)
parentf83cdc7d899ada30cdcec3beb733740200f3b9e7 (diff)
Merged in MHR-11 (pull request #4)
MHR-11
Diffstat (limited to 'Sources')
-rw-r--r--Sources/link.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Sources/link.cc b/Sources/link.cc
index 101e266..5027a9f 100644
--- a/Sources/link.cc
+++ b/Sources/link.cc
@@ -298,6 +298,8 @@ MPCC_MODULE(NewOSLinker) {
command_header.Offset = ae_records[ae_record_index].fOffset;
command_header.Kind = ae_records[ae_record_index].fKind;
command_header.Size = ae_records[ae_record_index].fSize;
+ command_header.Cpu = ae_header.fArch;
+ command_header.SubCpu = ae_header.fSubArch;
if (kVerbose)
kStdOut << "link: object record: "