aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
Diffstat (limited to 'passes')
-rw-r--r--passes/sat/sat.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/passes/sat/sat.cc b/passes/sat/sat.cc
index 453ae8cca..4492fc2b7 100644
--- a/passes/sat/sat.cc
+++ b/passes/sat/sat.cc
@@ -1554,13 +1554,14 @@ struct SatPass : public Pass {
log_error("Called with -verify and proof did fail!\n");
}
- if (0)
+ if (0) {
tip_success:
design->scratchpad_set_bool("sat.success", true);
if (falsify) {
log("\n");
log_error("Called with -falsify and proof did succeed!\n");
}
+ }
}
else
{