Changeset 107389 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Dec 19, 2024 3:55:08 PM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 166432
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r106629 r107389 1 1 /* $Id$ */ 2 2 /** @file 3 * CPUM - Host Context Ring 0 .3 * CPUM - Host Context Ring 0, only targeting x86. 4 4 */ 5 5 … … 31 31 *********************************************************************************************************************************/ 32 32 #define LOG_GROUP LOG_GROUP_CPUM 33 #define VBOX_VMM_TARGET_X86 33 34 #define CPUM_WITH_NONCONST_HOST_FEATURES 34 35 #include <VBox/vmm/cpum.h>
Note:
See TracChangeset
for help on using the changeset viewer.