Correct comment
All checks were successful
Build / AerScript (push) Successful in 32s

This commit is contained in:
Rafal Kupiec 2025-08-30 19:37:31 +02:00
parent cd924eb066
commit 206061c837
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -1902,7 +1902,7 @@ static sxi32 VmByteCodeExec(
if(pLastRef) {
*pLastRef = pTos->nIdx;
}
/* Ensure we are in active or context frame. Force abort all loops */
/* Ensure we are in active frame. Force abort all loops */
if(pInstr->p3) { /* Called from a return statement */
while(pVm->pFrame->pParent && (pVm->pFrame->iFlags & VM_FRAME_ACTIVE) == 0) {
VmLeaveFrame(&(*pVm));