Skip to content

Commit 4361cc4

Browse files
committed
goto-instrument/wmm: add missing argument
The function takes multiple arguments with default values, but only the middle one had been omitted.
1 parent b8743fa commit 4361cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/wmm/weak_memory.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ void weak_memory(
155155
instrumenter.set_parameters_collection(input_max_var,
156156
input_max_po_trans, ignore_arrays);
157157
else
158-
instrumenter.set_parameters_collection(max_thds, ignore_arrays);
158+
instrumenter.set_parameters_collection(max_thds, 0, ignore_arrays);
159159

160160
if(SCC)
161161
{

0 commit comments

Comments
 (0)