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:
parent
d6327d69d2
commit
133f376172
3 changed files with 15 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue