We will store 'finally' block bytecode here.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-06-04 06:31:07 +02:00
parent b5cdbf4721
commit 9fe4aa653f
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 0 deletions

View File

@ -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 */