mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Large allocation fixes
This commit is contained in:
parent
becd673914
commit
601b08fb2d
7 changed files with 36 additions and 36 deletions
|
@ -7318,7 +7318,7 @@ DbgTypedValue DbgExprEvaluator::MatchMethod(BfAstNode* targetSrc, DbgTypedValue
|
|||
if (argValues.size() >= 2)
|
||||
{
|
||||
if ((argValues[1].mType != NULL) && (argValues[1].mType->IsInteger()))
|
||||
mCountResultOverride = (int)argValues[1].GetInt64();
|
||||
mCountResultOverride = (intptr)argValues[1].GetInt64();
|
||||
return argValues[0];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue