mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 21:38:52 +00:00
Small Promiscuous change
This commit is contained in:
parent
1502cd7ff9
commit
ca021602b4
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ namespace Cosmos.Hardware.Network.Devices.RTL8139.Register
|
|||
{
|
||||
get
|
||||
{
|
||||
return BinaryHelper.CheckBit(IOSpace.Read32(rcrAddress), 0);
|
||||
return BinaryHelper.CheckBit(this.RCR, 0);
|
||||
}
|
||||
set
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue