diff options
-rw-r--r-- | src/mem/protocol/MOESI_CMP_token-L1cache.sm | 2 |
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); } |