Can't narrow down the JIT bug yet, so block JIT for functions that call Function Pointers temporarily
This commit is contained in:
parent
071b5c5180
commit
682dd1b22d
3 changed files with 6 additions and 0 deletions
|
|
@ -9542,6 +9542,8 @@ FxExpression *FxVMFunctionCall::Resolve(FCompileContext& ctx)
|
|||
auto &argflags = Function->Variants[0].ArgFlags;
|
||||
auto *defaults = FnPtrCall ? nullptr : &Function->Variants[0].Implementation->DefaultArgs;
|
||||
|
||||
if(FnPtrCall) static_cast<VMScriptFunction*>(ctx.Function->Variants[0].Implementation)->blockJit = true;
|
||||
|
||||
int implicit = Function->GetImplicitArgs();
|
||||
|
||||
if (!CheckAccessibility(ctx.Version))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue