Fix double-call of log_pop() in synth_greenpak4
authorClifford Wolf <clifford@clifford.at>
Tue, 14 Feb 2017 10:57:54 +0000 (11:57 +0100)
committerClifford Wolf <clifford@clifford.at>
Tue, 14 Feb 2017 10:57:54 +0000 (11:57 +0100)
techlibs/greenpak4/synth_greenpak4.cc

index be12ab4955d68f7c414bac42363dd1128116a227..92bcc8de7a06254daad7f8fb16dea98f0bdf96b9 100644 (file)
@@ -204,8 +204,6 @@ struct SynthGreenPAK4Pass : public ScriptPass
                        if (!json_file.empty() || help_mode)
                                run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str()));
                }
-
-               log_pop();
        }
 } SynthGreenPAK4Pass;