3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

assertion fixes

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-09-29 19:53:22 -07:00
parent d6327d69d2
commit 133f376172
3 changed files with 15 additions and 6 deletions

View file

@ -60,6 +60,7 @@ static void throw_out_of_memory() {
if (g_exit_when_out_of_memory) {
std::cerr << g_out_of_memory_msg << "\n";
__assume(0);
exit(ERR_MEMOUT);
}
else {