We will store 'finally' block bytecode here.
All checks were successful
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-06-04 06:31:07 +02:00
부모 b5cdbf4721
커밋 9fe4aa653f
로그인 계정: belliash
GPG 키 ID: 4E829243E0CFE6B4

파일 보기

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