Yet another fix to the HasData command attribute.

--HG--
extra : convert_revision : dcf0d7eafa5168591c2b374b452821ca34dde7f9
This commit is contained in:
Ron Dreslinski 2006-10-10 02:33:30 -04:00
parent b40798070b
commit 3fa5e4b6b8

View file

@ -327,6 +327,8 @@ class Packet
icmd |= IsResponse;
if (isRead())
icmd |= HasData;
if (isWrite())
icmd &= ~HasData;
cmd = (Command)icmd;
dest = src;
srcValid = false;