We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef28f4 commit 43d2e09Copy full SHA for 43d2e09
src/goto-programs/goto_convert_functions.cpp
@@ -16,6 +16,7 @@ Date: June 2003
16
#include <util/std_code.h>
17
#include <util/symbol_table.h>
18
#include <util/prefix.h>
19
+#include <util/fresh_symbol.h>
20
21
#include "goto_inline.h"
22
@@ -145,6 +146,7 @@ void goto_convert_functionst::convert_function(
145
146
// make tmp variables local to function
147
tmp_symbol_prefix=id2string(symbol.name)+"::$tmp::";
148
temporary_counter=0;
149
+ reset_temporary_counter();
150
151
f.type=to_code_type(symbol.type);
152
0 commit comments