Changeset 32541 in vbox
- Timestamp:
- Sep 16, 2010 9:00:26 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r32539 r32541 269 269 } 270 270 } 271 # if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE) 271 # if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE) && !defined(IN_RING0) 272 272 else 273 273 { … … 773 773 STAM_PROFILE_START(&pVCpu->pgm.s.CTX_SUFF(pStats)->StatRZTrap0eTimeOutOfSync, c); 774 774 775 # if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE) 775 # if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE) && !defined(IN_RING0) 776 776 if (uErr & X86_TRAP_PF_P) 777 777 {
Note:
See TracChangeset
for help on using the changeset viewer.