VirtualBox

Changeset 28489 in vbox


Ignore:
Timestamp:
Apr 19, 2010 6:06:52 PM (15 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r28487 r28489  
    22502250        {
    22512251            BootNic aNic = llBootNics.front();
    2252             uint32 u32NicPciAddr = (aNic.mPciDev << 16) | aNic.mPciFn;
     2252            uint32_t u32NicPciAddr = (aNic.mPciDev << 16) | aNic.mPciFn;
    22532253            rc = CFGMR3InsertInteger(pCfg,  "NicPciAddress",    u32NicPciAddr);     RC_CHECK();
    22542254        }
Note: See TracChangeset for help on using the changeset viewer.

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