Changeset 2203 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 19, 2007 9:02:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r2149 r2203 91 91 # endif 92 92 93 # if PGM_WITH_PAGING(PGM_GST_TYPE) 93 94 /* Determine current privilege level */ 94 95 uint32_t cpl = CPUMGetGuestCPL(pVM, pRegFrame); 95 96 96 # if PGM_WITH_PAGING(PGM_GST_TYPE)97 97 # ifdef PGM_SYNC_DIRTY_BIT 98 98 /*
Note:
See TracChangeset
for help on using the changeset viewer.