mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
This can fail on optimized builds, where functions can end after a noreturn function call without an epilog / ret, but with an int 3. We simply fail gracefully, which is the right thing to do.