diff options
Diffstat (limited to 'src/dev/net/i8254xGBe.hh')
-rw-r--r-- | src/dev/net/i8254xGBe.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/net/i8254xGBe.hh b/src/dev/net/i8254xGBe.hh index ed0bf4713..80e2104a0 100644 --- a/src/dev/net/i8254xGBe.hh +++ b/src/dev/net/i8254xGBe.hh @@ -75,6 +75,7 @@ class IGbE : public EtherDevice EthPacketPtr txPacket; // Should to Rx/Tx State machine tick? + bool inTick; bool rxTick; bool txTick; bool txFifoTick; |