File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ namespace ADT {
8080 MachO::RebaseActionList::UnorderedMap RebaseMap;
8181 Dyld3::ChainedPointerKind ChainedFixupsKind;
8282
83- PatchLocationMap PatchExportMap;
8483 uint32_t SlideInfoVersion;
8584
85+ PatchLocationMap PatchExportMap;
8686 MachO::SegmentList SegmentList;
8787
8888 uint64_t SlideInfoBaseAddress;
@@ -100,8 +100,8 @@ namespace ADT {
100100 const uint64_t BaseAddress) noexcept
101101 : BindMap(std::move(BindMap)), RebaseMap(std::move(RebaseMap)),
102102 ChainedFixupsKind (ChainedFixupsKind),
103- PatchExportMap(std::move(PatchExportMap) ),
104- SlideInfoVersion(SlideInfoVersion ), SegmentList(SegmentList),
103+ SlideInfoVersion(SlideInfoVersion ),
104+ PatchExportMap(std::move(PatchExportMap) ), SegmentList(SegmentList),
105105 SlideInfoBaseAddress(SlideInfoBaseAddress),
106106 ImageBaseAddress(BaseAddress) {}
107107
You can’t perform that action at this time.
0 commit comments