1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Fixes for ShowWrongHash, looking into debug info issues in opt llvm

This commit is contained in:
Brian Fiete 2019-09-24 08:58:04 -07:00
parent c67fbd66ba
commit 54d5884213
8 changed files with 69 additions and 34 deletions

View file

@ -4989,7 +4989,7 @@ void COFF::CvParseIPI()
int offset = dataOffset;
for (int idx = 0; idx < recordCount; idx++)
{
BF_ASSERT(((offset) & 3) == 0);
//BF_ASSERT(((offset) & 3) == 0);
uint8* data = mCvIPIReader.GetTempPtr(offset, 4);
uint16 trLength = GET(uint16);
int offsetStart = offset;