mem-ruby: Fix typo in CHI's Send_CompI (#579)
The destination for the response is set twice.
This commit is contained in:
@@ -2949,7 +2949,6 @@ action(Send_CompI, desc="") {
|
||||
out_msg.type := CHIResponseType:Comp_I;
|
||||
out_msg.responder := machineID;
|
||||
out_msg.Destination.add(tbe.requestor);
|
||||
out_msg.Destination.add(tbe.requestor);
|
||||
out_msg.txnId := tbe.txnId;
|
||||
out_msg.dbid := tbe.txnId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user