Small Promiscuous change

This commit is contained in:
Scalpel_cp 2008-03-29 11:23:56 +00:00
parent 1502cd7ff9
commit ca021602b4

View file

@ -58,7 +58,7 @@ namespace Cosmos.Hardware.Network.Devices.RTL8139.Register
{ {
get get
{ {
return BinaryHelper.CheckBit(IOSpace.Read32(rcrAddress), 0); return BinaryHelper.CheckBit(this.RCR, 0);
} }
set set
{ {