Changeset 106518 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 20, 2024 2:27:48 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165350
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r106061 r106518 1440 1440 case PDMAPICMODE_NONE: 1441 1441 LogRel(("APIC: APIC maximum mode configured as 'None', effectively disabled/not-present!\n")); 1442 RT_FALL_THROUGH(); 1442 1443 case PDMAPICMODE_APIC: 1443 1444 case PDMAPICMODE_X2APIC:
Note:
See TracChangeset
for help on using the changeset viewer.