mirror of
https://github.com/Z3Prover/z3
synced 2025-10-01 21:49:29 +00:00
fix #7629
This commit is contained in:
parent
7641393f8a
commit
f6fbeda9d7
3 changed files with 7 additions and 7 deletions
|
@ -354,7 +354,7 @@ namespace smt {
|
|||
*/
|
||||
void context::internalize(expr * n, bool gate_ctx) {
|
||||
if (memory::above_high_watermark())
|
||||
throw cancel_exception();
|
||||
throw oom_exception();
|
||||
internalize_deep(n);
|
||||
internalize_rec(n, gate_ctx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue