Changeset 85579 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jul 31, 2020 1:09:16 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139651
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r85575 r85579 1309 1309 case CPUArchitecture_AMD64: pszArchitecture = "AMD64"; break; 1310 1310 1311 #ifdef VBOX_WITH_XPCOM_CPP_ENUM_HACK 1311 1312 case CPUArchitecture_32BitHack: 1313 #endif 1312 1314 case CPUArchitecture_Any: 1313 1315 break;
Note:
See TracChangeset
for help on using the changeset viewer.