Update for Atomic Coherece with Gabes bus
--HG-- extra : convert_revision : 6a23052056d1c61cba0a4c77f1030cee419c6fa3
This commit is contained in:
@@ -348,6 +348,10 @@ class Packet
|
||||
int icmd = (int)cmd;
|
||||
icmd &= ~(IsRequest);
|
||||
icmd |= IsResponse;
|
||||
if (isRead())
|
||||
icmd |= HasData;
|
||||
if (isWrite())
|
||||
icmd &= ~HasData;
|
||||
cmd = (Command)icmd;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user