diff --git a/lib/Object/COFFObjectFile.cpp b/lib/Object/COFFObjectFile.cpp index 061cc872de5..a8f8d604db8 100644 --- a/lib/Object/COFFObjectFile.cpp +++ b/lib/Object/COFFObjectFile.cpp @@ -639,8 +639,8 @@ ArrayRef COFFObjectFile::getSymbolAuxData( assert((offset - Header->PointerToSymbolTable) % sizeof(coff_symbol) == 0 && "Aux Symbol data did not point to the beginning of a symbol"); - } # endif + } return ArrayRef(aux, symbol->NumberOfAuxSymbols * sizeof(coff_symbol)); }