diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-04-23 07:08:20 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-04-23 07:08:20 +0000 |
| commit | 06a21359ef5de71fb5885fddbe6747b5ef63000a (patch) | |
| tree | c1eb09e8b2a6838c6ad3667ed1196da78f62cf14 /Sources | |
| parent | 9e1cd8223cfaf97b94f07ab659b694b208447a94 (diff) | |
| parent | f83cdc7d899ada30cdcec3beb733740200f3b9e7 (diff) | |
Merged in MHR-11 (pull request #4)
MHR-11
Diffstat (limited to 'Sources')
| -rw-r--r-- | Sources/link.cc | 2 |
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: " |
