Changeset 31082 in vbox
- Timestamp:
- Jul 24, 2010 8:54:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r31081 r31082 146 146 { 147 147 PVM pVM = pVCpu->CTX_SUFF(pVM); 148 #ifdef PGM_WITH_GST_WALK149 int rc;150 #endif151 148 152 149 *pfLockTaken = false; … … 160 157 && PGM_SHW_TYPE != PGM_TYPE_NESTED \ 161 158 && (PGM_SHW_TYPE != PGM_TYPE_EPT || PGM_GST_TYPE == PGM_TYPE_PROT) 162 163 159 #ifdef PGM_WITH_GST_WALK 160 int rc; 164 161 165 162 # if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE)
Note:
See TracChangeset
for help on using the changeset viewer.