Changeset 103374 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 14, 2024 10:10:00 PM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161691
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInline.h
r100964 r103374 373 373 } 374 374 375 376 375 #ifndef VBOX_VMM_TARGET_ARMV8 376 377 377 /** 378 378 * Checks if the no-execute (NX) feature is active (EFER.NXE=1). … … 979 979 return NULL; 980 980 } 981 981 982 #endif /* !VBOX_VMM_TARGET_ARMV8 */ 982 983 983 984 984 /**
Note:
See TracChangeset
for help on using the changeset viewer.