Changeset 30890 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 17, 2010 1:57:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
r30889 r30890 258 258 /* The RW and US flags are determined via bitwise AND across all levels. */ 259 259 # if PGM_WITH_NX(PGM_GST_TYPE, PGM_GST_TYPE) 260 bool fUpperNx= 0260 uint32_t fUpperNx = 0 261 261 # if PGM_GST_TYPE == PGM_TYPE_AMD64 262 262 | Walk.Pml4e.n.u1NoExecute
Note:
See TracChangeset
for help on using the changeset viewer.