Changeset 91961 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 21, 2021 3:05:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r91960 r91961 1500 1500 * Get the CPU arch so we can load the appropriate ROMs. 1501 1501 */ 1502 CPUMMICROARCH const enmMicroarch = pVM ? PDMDevHlpCpuGetGuestMicroarch(pDevIns) : kCpumMicroarch_Intel_P6;1502 CPUMMICROARCH const enmMicroarch = PDMDevHlpCpuGetGuestMicroarch(pDevIns); 1503 1503 1504 1504 if (pThis->pszPcBiosFile)
Note:
See TracChangeset
for help on using the changeset viewer.