We will store 'finally' block bytecode here.
所有检测均成功
The build was successful.

这个提交包含在:
2019-06-04 06:31:07 +02:00
父节点 b5cdbf4721
当前提交 9fe4aa653f

查看文件

@@ -1157,6 +1157,7 @@ struct ph7_exception {
SySet sEntry; /* Compiled 'catch' blocks (ph7_exception_block instance)
* container.
*/
SySet sFinally; /* Compiled 'finally' instructions block (VmInstr) */
VmFrame *pFrame; /* Frame that trigger the exception */
};
/* Forward reference */