1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 06:14:10 +02:00

Fixed Linux interop issue

This commit is contained in:
Brian Fiete 2020-07-15 06:28:41 -07:00 committed by James Orson
parent 8f742301b7
commit 4fd722f386
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;
}