Changeset 4274 in vbox
- Timestamp:
- Aug 21, 2007 10:41:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r4269 r4274 1055 1055 else 1056 1056 { 1057 ULONG uIRQ, uIOBase, uHostMode; 1057 ULONG uIRQ, uIOBase; 1058 SerialHostMode_T HostMode; 1058 1059 Bstr path; 1059 1060 BOOL fServer; … … 1062 1063 uart->COMGETTER(Path)(path.asOutParam()); 1063 1064 uart->COMGETTER(Server)(&fServer); 1064 uart->COMGETTER(HostMode)(& uHostMode);1065 uart->COMGETTER(HostMode)(&HostMode); 1065 1066 1066 1067 RTPrintf("UART %d: I/O base: 0x%04x, IRQ: %d", 1067 1068 currentUART + 1, uIOBase, uIRQ); 1068 switch ( uHostMode)1069 switch (HostMode) 1069 1070 { 1070 1071 default:
Note:
See TracChangeset
for help on using the changeset viewer.