1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Comparison fix

This commit is contained in:
Brian Fiete 2020-07-01 06:15:00 -07:00
parent 0df1a6090b
commit 008f37cdba

View file

@ -6462,7 +6462,7 @@ bool DbgModule::ReadCOFF(DataStream* stream, DbgModuleKind moduleKind)
if (needHotTargetMemory != 0)
{
BF_ASSERT(needHotTargetMemory >= mImageSize);
BF_ASSERT(needHotTargetMemory >= (int)mImageSize);
}
//BF_ASSERT(mEndTypeIdx == (int)linkedModule->mTypes.size());