mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 22:04:09 +02:00
Removed assertion for var-param call failure
This commit is contained in:
parent
cd882b09a5
commit
bf97870ed4
1 changed files with 0 additions and 1 deletions
|
@ -7151,7 +7151,6 @@ BfTypedValue BfExprEvaluator::CreateCall(BfAstNode* targetSrc, const BfTypedValu
|
||||||
argIdx++;
|
argIdx++;
|
||||||
}
|
}
|
||||||
|
|
||||||
mModule->AssertErrorState();
|
|
||||||
return mModule->GetDefaultTypedValue(returnType, false, BfDefaultValueKind_Addr);
|
return mModule->GetDefaultTypedValue(returnType, false, BfDefaultValueKind_Addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue