wabt
890fba3f - Change WABT_UNREACHABLE to call abort() (#1126)

Commit
6 years ago
Change WABT_UNREACHABLE to call abort() (#1126) Using __builtin_unreachable instead will basically produce undefined behavior if it is ever reached, which makes it very difficult to debug. This is perhaps desired for an optimized build, but certainly not for a debug build. For now, we'll always convert these to abort().
Author
Parents
Loading