ruby: fix typo in MOESI_CMP_token protocol
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user