Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
abtu: better ABTU_unreachable if __builtin_unreachable is unsupported
Some compilers such as Oracle Solaris C Compiler do not support __builtin_unreachable(). If so, ABTU_unreachable() should tell the compiler and the user that this line does not return. This patch implements better ABTU_unreachable() for such compilers.
- Loading branch information