mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Linux fixes, CTFE progress
This commit is contained in:
parent
52a441f486
commit
7ddd9a205d
3 changed files with 253 additions and 151 deletions
|
@ -4986,7 +4986,7 @@ BfTypedValue BfExprEvaluator::CreateCall(BfAstNode* targetSrc, BfMethodInstance*
|
|||
{
|
||||
if (mModule->mIsConstModule)
|
||||
{
|
||||
mModule->mCompiler->mCEMachine->QueueMethod(methodInstance);
|
||||
mModule->mCompiler->mCEMachine->QueueMethod(methodInstance, func);
|
||||
}
|
||||
else if ((mBfEvalExprFlags & BfEvalExprFlags_ConstExpr) != 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue