Changeset 105993 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 9, 2024 5:54:09 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 164738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r105959 r105993 1041 1041 #ifdef VBOX_WITH_VIRT_ARMV8 1042 1042 Bstr bstrEnableX86OnArm; 1043 HRESULT hrc = mParent->GetExtraData(Bstr("VBoxInternal2/EnableX86OnArm").raw(), bstrEnableX86OnArm.asOutParam());1043 HRESULT hrc = mParent->GetExtraData(Bstr("VBoxInternal2/EnableX86OnArm").raw(), bstrEnableX86OnArm.asOutParam()); 1044 1044 if (FAILED(hrc) || !bstrEnableX86OnArm.equals("1")) 1045 1045 {
Note:
See TracChangeset
for help on using the changeset viewer.