Skip to content

Commit

Permalink
Fix dynamic call screwing up values
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammie committed Nov 26, 2023
1 parent b32beb5 commit 2ec1507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/core/src/compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4456,6 +4456,7 @@ bool COMPILER::BC_Execute(uint32_t function_code, DATA *&pVReturnResult, const c
pVResult = nullptr;
if (!BC_CallFunction(func_code, ip, pVResult))
return false;
ExpressionResult.ClearType();
if (pVResult)
{
ExpressionResult.Set(1);
Expand Down

0 comments on commit 2ec1507

Please sign in to comment.