mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Linux fix
This commit is contained in:
parent
38dd2cc183
commit
ba01bbb8f7
1 changed files with 1 additions and 1 deletions
|
@ -2276,7 +2276,7 @@ void BfModule::HandleCaseEnumMatch_Tuple(BfTypedValue tupleVal, const BfSizedArr
|
||||||
BfTypedValue BfModule::TryCaseTupleMatch(BfTypedValue tupleVal, BfTupleExpression* tupleExpr, BfIRBlock* eqBlock, BfIRBlock* notEqBlock, BfIRBlock* matchBlock, bool& hadConditional, bool clearOutOnMismatch)
|
BfTypedValue BfModule::TryCaseTupleMatch(BfTypedValue tupleVal, BfTupleExpression* tupleExpr, BfIRBlock* eqBlock, BfIRBlock* notEqBlock, BfIRBlock* matchBlock, bool& hadConditional, bool clearOutOnMismatch)
|
||||||
{
|
{
|
||||||
if (!tupleVal.mType->IsTuple())
|
if (!tupleVal.mType->IsTuple())
|
||||||
return false;
|
return BfTypedValue();
|
||||||
|
|
||||||
auto tupleType = (BfTupleType*)tupleVal.mType;
|
auto tupleType = (BfTupleType*)tupleVal.mType;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue