Index: sources/test_regression/09092005a/system.cpp
===================================================================
--- sources/test_regression/09092005a/system.cpp	(revision 56)
+++ sources/test_regression/09092005a/system.cpp	(revision 60)
@@ -14,4 +14,7 @@
 
 int sc_main (int argc, char ** argv) {
+
+    // Setup number of threads open-mp to 1 with the macro threads_omp()
+    threads_omp();
 
     sc_uint<ADDRSIZE> LINEADDR_MASK = ~(((sc_uint<ADDRSIZE>) ~0x0) >> (ADDRSIZE - OFFSETSIZE - BPFSIZE));
