Changeset 105477 in vbox
- Timestamp:
- Jul 24, 2024 12:01:23 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r105455 r105477 575 575 if (FAILED(hrc) || !bstrEnableX86OnArm.equals("1")) 576 576 { 577 hrc = VBOX_E_PLATFORM_ARCH_NOT_SUPPORTED; 577 hrc = setError(VBOX_E_PLATFORM_ARCH_NOT_SUPPORTED, 578 tr("Cannot run the machine because its platform architecture %s is not supported on %s"), 579 Global::stringifyPlatformArchitecture(platformArch), 580 Global::stringifyPlatformArchitecture(PlatformArchitecture_ARM)); 578 581 break; 579 582 }
Note:
See TracChangeset
for help on using the changeset viewer.