Yet another fix to the HasData command attribute.
--HG-- extra : convert_revision : dcf0d7eafa5168591c2b374b452821ca34dde7f9
This commit is contained in:
@@ -327,6 +327,8 @@ class Packet
|
||||
icmd |= IsResponse;
|
||||
if (isRead())
|
||||
icmd |= HasData;
|
||||
if (isWrite())
|
||||
icmd &= ~HasData;
|
||||
cmd = (Command)icmd;
|
||||
dest = src;
|
||||
srcValid = false;
|
||||
|
||||
Reference in New Issue
Block a user