Changeset 101049 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Sep 7, 2023 12:10:12 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r101035 r101049 5196 5196 * @param platX86 Where to store the platform settings. 5197 5197 */ 5198 void MachineConfigFile::readPlatformCPUIDTreeX86(const xml::ElementNode &elm Child,5198 void MachineConfigFile::readPlatformCPUIDTreeX86(const xml::ElementNode &elmPlatformOrHardware, 5199 5199 PlatformX86 &platX86) 5200 5200 { 5201 5201 const xml::ElementNode *pelmCPUChild; 5202 5202 if ((pelmCPUChild = elmChild.findChildElement("CpuIdTree"))) 5203 readCpuIdTreeX86(* pelmCPUChild, platX86.llCpuIdLeafs);5203 readCpuIdTreeX86(*elmPlatformOrHardware, platX86.llCpuIdLeafs); 5204 5204 } 5205 5205
Note:
See TracChangeset
for help on using the changeset viewer.