mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 02:54:09 +00:00
![]() Previously, when leave was used in the except or finally block of a nested try block, it would jump back to the start of the except/finally block, resulting in an endless loop. This is fixed by jumping back to a label at the beginning of the try block, which is only visible from within the try block itself and from there to the end of the SEH block. Fixes seh0055 testcase of MS SEH tests. |
||
---|---|---|
.. | ||
cmake | ||
include | ||
lib | ||
tools |