Index: /branches/v5/modules/vci_cc_vcache_wrapper_dspin_coherence/caba/source/src/vci_cc_vcache_wrapper.cpp
===================================================================
--- /branches/v5/modules/vci_cc_vcache_wrapper_dspin_coherence/caba/source/src/vci_cc_vcache_wrapper.cpp	(revision 328)
+++ /branches/v5/modules/vci_cc_vcache_wrapper_dspin_coherence/caba/source/src/vci_cc_vcache_wrapper.cpp	(revision 329)
@@ -5349,5 +5349,6 @@
                 }
                 // test for a CLACK
-                else if (receive_type == DspinDhccpParam::TYPE_CLEANUP_ACK)
+                else if ((receive_type == DspinDhccpParam::TYPE_CLEANUP_ACK_DATA) or
+                         (receive_type == DspinDhccpParam::TYPE_CLEANUP_ACK_INST))
                 {
                     r_cc_receive_fsm = CC_RECEIVE_CLACK;
