We will store 'finally' block bytecode here.
Все проверки выполнены успешно
The build was successful.

Этот коммит содержится в:
Rafal Kupiec 2019-06-04 06:31:07 +02:00
родитель b5cdbf4721
Коммит 9fe4aa653f
Подписано: belliash
Идентификатор ключа GPG: 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 */