VirtualBox

Changeset 4370 in vbox for trunk


Ignore:
Timestamp:
Aug 24, 2007 8:38:26 PM (17 years ago)
Author:
vboxsync
Message:

ULONG = ul if any prefix should be use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r4324 r4370  
    10571057            else
    10581058            {
    1059                 ULONG uIRQ, uIOBase;
     1059                ULONG ulIRQ, ulIOBase;
    10601060                PortMode_T HostMode;
    10611061                Bstr path;
    10621062                BOOL fServer;
    1063                 uart->COMGETTER(IRQ)(&uIRQ);
    1064                 uart->COMGETTER(IOBase)(&uIOBase);
     1063                uart->COMGETTER(IRQ)(&ulIRQ);
     1064                uart->COMGETTER(IOBase)(&ulIOBase);
    10651065                uart->COMGETTER(Path)(path.asOutParam());
    10661066                uart->COMGETTER(Server)(&fServer);
     
    10681068
    10691069                RTPrintf("UART %d:          I/O base: 0x%04x, IRQ: %d",
    1070                          currentUART + 1, uIOBase, uIRQ);
     1070                         currentUART + 1, ulIOBase, ulIRQ);
    10711071                switch (HostMode)
    10721072                {
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