This commit is contained in:
parent
b5cdbf4721
commit
9fe4aa653f
@ -1157,6 +1157,7 @@ struct ph7_exception {
|
|||||||
SySet sEntry; /* Compiled 'catch' blocks (ph7_exception_block instance)
|
SySet sEntry; /* Compiled 'catch' blocks (ph7_exception_block instance)
|
||||||
* container.
|
* container.
|
||||||
*/
|
*/
|
||||||
|
SySet sFinally; /* Compiled 'finally' instructions block (VmInstr) */
|
||||||
VmFrame *pFrame; /* Frame that trigger the exception */
|
VmFrame *pFrame; /* Frame that trigger the exception */
|
||||||
};
|
};
|
||||||
/* Forward reference */
|
/* Forward reference */
|
||||||
|
Loading…
Reference in New Issue
Block a user