这个提交包含在:
父节点
bb20f04f3c
当前提交
ba43269b80
@ -8099,8 +8099,6 @@ static sxi32 VmExecFinallyBlock(
|
|||||||
pFrame->iFlags |= VM_FRAME_FINALLY;
|
pFrame->iFlags |= VM_FRAME_FINALLY;
|
||||||
/* Execute the block */
|
/* Execute the block */
|
||||||
rc = VmLocalExec(&(*pVm), &pException->sFinally, 0);
|
rc = VmLocalExec(&(*pVm), &pException->sFinally, 0);
|
||||||
/* Release the bytecode container */
|
|
||||||
SySetRelease(&pException->sFinally);
|
|
||||||
/* Leave the frame */
|
/* Leave the frame */
|
||||||
VmLeaveFrame(&(*pVm));
|
VmLeaveFrame(&(*pVm));
|
||||||
}
|
}
|
||||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户