Index: /trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/src/vci_cc_vcache_wrapper_v4.cpp
===================================================================
--- /trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/src/vci_cc_vcache_wrapper_v4.cpp	(revision 228)
+++ /trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/src/vci_cc_vcache_wrapper_v4.cpp	(revision 229)
@@ -149,9 +149,9 @@
     sc_module_name 			name,
     int 				proc_id,
-    const soclib::common::MappingTable 	&mtp,
+    const soclib::common::MappingTable 	&mtd,
     const soclib::common::MappingTable 	&mtc,
     const soclib::common::IntTab 	&initiator_index_d,
     const soclib::common::IntTab 	&initiator_index_c,
-    const soclib::common::IntTab 	&target_index_d,
+    const soclib::common::IntTab 	&target_index_c,
     size_t 				itlb_ways,
     size_t 				itlb_sets,
@@ -177,8 +177,8 @@
       p_vci_tgt_c("vci_tgt_d"),
 
-      m_cacheability_table(mtp.getCacheabilityTable()),
-      m_segment(mtc.getSegment(target_index_d)),
-      m_srcid_d(mtp.indexForId(initiator_index_d)),
-      m_srcid_c(mtp.indexForId(initiator_index_c)),
+      m_cacheability_table(mtd.getCacheabilityTable()),
+      m_segment(mtc.getSegment(target_index_c)),
+      m_srcid_d(mtd.indexForId(initiator_index_d)),
+      m_srcid_c(mtc.indexForId(initiator_index_c)),
 
       m_itlb_ways(itlb_ways),
