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:
parent
c67fbd66ba
commit
54d5884213
8 changed files with 69 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue