mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Undo addr vs undef change
This commit is contained in:
parent
05dc68be03
commit
d938171454
1 changed files with 1 additions and 1 deletions
|
@ -5520,7 +5520,7 @@ BfTypedValue BfExprEvaluator::CreateCall(BfAstNode* targetSrc, BfMethodInstance*
|
|||
}
|
||||
}
|
||||
|
||||
return mModule->GetDefaultTypedValue(returnType, true, BfDefaultValueKind_Addr);
|
||||
return mModule->GetDefaultTypedValue(returnType, true, BfDefaultValueKind_Undef);
|
||||
}
|
||||
|
||||
return _GetDefaultReturnValue();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue