1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Fixed Linux interop issue

This commit is contained in:
Brian Fiete 2020-07-15 06:28:41 -07:00
parent 3c40f80f6d
commit 0e6a001091
4 changed files with 24 additions and 14 deletions

View file

@ -10148,7 +10148,7 @@ BfIRValue BfModule::CastToValue(BfAstNode* srcNode, BfTypedValue typedVal, BfTyp
if (methodInst->GetParamCount() != 1)
{
BF_ASSERT(mCompiler->mPassInstance->HasFailed());
AssertErrorState();
continue;
}