forked from OSchip/llvm-project
[MachO] Fixing copy-paste error from r273719
Thanks Kevin! llvm-svn: 273725
This commit is contained in:
parent
5134020ea6
commit
cd7f886e06
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue