Changeset 108843 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
- Timestamp:
- Apr 4, 2025 8:36:32 AM (5 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168293
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r108708 r108843 1915 1915 1916 1916 1917 #if defined(VBOX_VMM_TARGET_X86) 1917 1918 /** 1918 1919 * Checks if Address Gate 20 is enabled or not. … … 1928 1929 return pVCpu && pVCpu->pgm.s.fA20Enabled; 1929 1930 } 1931 #endif 1930 1932 1931 1933
Note:
See TracChangeset
for help on using the changeset viewer.