Fix asserts to not break refcounting
They were handled as a "assert 0; jump to loop that doesn't return". Instead, just allow "assert 0" to be a block terminator.
Showing
Please register or sign in to comment
They were handled as a "assert 0; jump to loop that doesn't return". Instead, just allow "assert 0" to be a block terminator.