mem-ruby: Fix typo in CHI's Send_CompI (#579)

The destination for the response is set twice.
This commit is contained in:
Hoa Nguyen
2023-11-20 21:38:13 -08:00
committed by GitHub
parent d772f3967b
commit 3009e0fb57

View File

@@ -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;
}