From 4361cc4b9fd5e7a23b738ddc57f41e42658bf994 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Sat, 23 Jun 2018 14:28:51 +0100 Subject: [PATCH] goto-instrument/wmm: add missing argument The function takes multiple arguments with default values, but only the middle one had been omitted. --- src/goto-instrument/wmm/weak_memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goto-instrument/wmm/weak_memory.cpp b/src/goto-instrument/wmm/weak_memory.cpp index aa2a316be97..2375b4f590c 100644 --- a/src/goto-instrument/wmm/weak_memory.cpp +++ b/src/goto-instrument/wmm/weak_memory.cpp @@ -155,7 +155,7 @@ void weak_memory( instrumenter.set_parameters_collection(input_max_var, input_max_po_trans, ignore_arrays); else - instrumenter.set_parameters_collection(max_thds, ignore_arrays); + instrumenter.set_parameters_collection(max_thds, 0, ignore_arrays); if(SCC) {