VirtualBox

Changeset 77132 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 1, 2019 5:32:12 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128590
Message:

DevPCNet.cpp: Remove use of register keyword

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r76843 r77132  
    13371337static void pcnetUpdateIrq(PPCNETSTATE pThis)
    13381338{
    1339     register int      iISR = 0;
    1340     register uint16_t csr0 = pThis->aCSR[0];
     1339    int      iISR = 0;
     1340    uint16_t csr0 = pThis->aCSR[0];
    13411341
    13421342    csr0 &= ~0x0080; /* clear INTR */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette