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:
parent
8f742301b7
commit
4fd722f386
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