From b370f6a7b2fb9a4cd8e38b1db12845d401d3adf3 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Tue, 2 Oct 2012 14:35:44 -0500 Subject: ruby: rename template_hack to template I don't like using the word hack. Hence, the patch. --- src/mem/protocol/MESI_CMP_directory-L1cache.sm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/protocol/MESI_CMP_directory-L1cache.sm') diff --git a/src/mem/protocol/MESI_CMP_directory-L1cache.sm b/src/mem/protocol/MESI_CMP_directory-L1cache.sm index 1316a0ed4..d54f7e71c 100644 --- a/src/mem/protocol/MESI_CMP_directory-L1cache.sm +++ b/src/mem/protocol/MESI_CMP_directory-L1cache.sm @@ -126,7 +126,7 @@ machine(L1Cache, "MESI Directory L1 Cache CMP") bool isPresent(Address); } - TBETable L1_TBEs, template_hack=""; + TBETable L1_TBEs, template=""; MessageBuffer mandatoryQueue, ordered="false"; -- cgit v1.2.3