Fix the regression
authorBogdan Vukobratovic <bogdan.vukobratovic@gmail.com>
Tue, 28 May 2019 13:45:04 +0000 (15:45 +0200)
committerBogdan Vukobratovic <bogdan.vukobratovic@gmail.com>
Tue, 28 May 2019 13:45:04 +0000 (15:45 +0200)
passes/sat/sat.cc

index 453ae8cca7f55cf9e10712c5399f2550358e0d50..4492fc2b7efa7e06c0179d578242641be690f107 100644 (file)
@@ -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
                {