summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MOESI_CMP_token-L1cache.sm
diff options
context:
space:
mode:
authorLena Olson <lena@cs.wisc.edu>2013-06-20 16:20:38 -0500
committerLena Olson <lena@cs.wisc.edu>2013-06-20 16:20:38 -0500
commit94280c7e512d5f4c7dbaefc8e387b9255c9ba9f7 (patch)
treedab3cfd8b1977a702b8781b906c9ac95642f7d8c /src/mem/protocol/MOESI_CMP_token-L1cache.sm
parented234ddec6464cd6445c20a305e9e0641edffa87 (diff)
downloadgem5-94280c7e512d5f4c7dbaefc8e387b9255c9ba9f7.tar.xz
ruby: fix typo in MOESI_CMP_token protocol
Diffstat (limited to 'src/mem/protocol/MOESI_CMP_token-L1cache.sm')
-rw-r--r--src/mem/protocol/MOESI_CMP_token-L1cache.sm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/protocol/MOESI_CMP_token-L1cache.sm b/src/mem/protocol/MOESI_CMP_token-L1cache.sm
index 935fe03c7..91e4f355e 100644
--- a/src/mem/protocol/MOESI_CMP_token-L1cache.sm
+++ b/src/mem/protocol/MOESI_CMP_token-L1cache.sm
@@ -421,7 +421,7 @@ machine(L1Cache, "Token protocol")
}
}
- bool okToIssueStarving(Address addr, MachineID machinID) {
+ bool okToIssueStarving(Address addr, MachineID machineID) {
return persistentTable.okToIssueStarving(addr, machineID);
}