This commit is contained in:
parent
cd924eb066
commit
206061c837
@ -1902,7 +1902,7 @@ static sxi32 VmByteCodeExec(
|
|||||||
if(pLastRef) {
|
if(pLastRef) {
|
||||||
*pLastRef = pTos->nIdx;
|
*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 */
|
if(pInstr->p3) { /* Called from a return statement */
|
||||||
while(pVm->pFrame->pParent && (pVm->pFrame->iFlags & VM_FRAME_ACTIVE) == 0) {
|
while(pVm->pFrame->pParent && (pVm->pFrame->iFlags & VM_FRAME_ACTIVE) == 0) {
|
||||||
VmLeaveFrame(&(*pVm));
|
VmLeaveFrame(&(*pVm));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user