[MachO] Fixing copy-paste error from r273719

Thanks Kevin!

llvm-svn: 273725
This commit is contained in:
Chris Bieneman 2016-06-24 21:06:52 +00:00
parent 5134020ea6
commit cd7f886e06
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public:
if (Parent->getMagic() == MachO::FAT_MAGIC)
return 0;
else // Parent->getMagic() == MachO::FAT_MAGIC_64
return Header64.align;
return Header64.reserved;
}
std::string getArchTypeName() const {
if (Parent->getMagic() == MachO::FAT_MAGIC) {