- Timestamp:
- Aug 24, 2007 8:38:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r4324 r4370 1057 1057 else 1058 1058 { 1059 ULONG u IRQ, uIOBase;1059 ULONG ulIRQ, ulIOBase; 1060 1060 PortMode_T HostMode; 1061 1061 Bstr path; 1062 1062 BOOL fServer; 1063 uart->COMGETTER(IRQ)(&u IRQ);1064 uart->COMGETTER(IOBase)(&u IOBase);1063 uart->COMGETTER(IRQ)(&ulIRQ); 1064 uart->COMGETTER(IOBase)(&ulIOBase); 1065 1065 uart->COMGETTER(Path)(path.asOutParam()); 1066 1066 uart->COMGETTER(Server)(&fServer); … … 1068 1068 1069 1069 RTPrintf("UART %d: I/O base: 0x%04x, IRQ: %d", 1070 currentUART + 1, u IOBase, uIRQ);1070 currentUART + 1, ulIOBase, ulIRQ); 1071 1071 switch (HostMode) 1072 1072 {
Note:
See TracChangeset
for help on using the changeset viewer.