1
0
Fork 0
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:
Brian Fiete 2020-12-14 10:20:44 -08:00
parent 52a441f486
commit 7ddd9a205d
3 changed files with 253 additions and 151 deletions

View file

@ -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)
{