forked from dolphin-emu/dolphin
The normal block exit is redundant as the exception exit will jump out of the block first, meaning this code is never executed.
The normal block exit is redundant as the exception exit will jump out of the block first, meaning this code is never executed.