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:
parent
3c40f80f6d
commit
0e6a001091
4 changed files with 24 additions and 14 deletions
|
@ -10148,7 +10148,7 @@ BfIRValue BfModule::CastToValue(BfAstNode* srcNode, BfTypedValue typedVal, BfTyp
|
|||
|
||||
if (methodInst->GetParamCount() != 1)
|
||||
{
|
||||
BF_ASSERT(mCompiler->mPassInstance->HasFailed());
|
||||
AssertErrorState();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue