Changeset 7676 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
- Timestamp:
- Apr 1, 2008 9:18:10 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29194
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r7629 r7676 184 184 #include "PGMAllShw.h" 185 185 186 /* Guest - real mode */187 #define PGM_GST_TYPE PGM_TYPE_REAL188 #define PGM_GST_NAME(name) PGM_GST_NAME_REAL(name)189 #define PGM_BTH_NAME(name) PGM_BTH_NAME_AMD64_REAL(name)190 #define BTH_PGMPOOLKIND_PT_FOR_PT PGMPOOLKIND_PAE_PT_FOR_PHYS191 #include "PGMAllBth.h"192 #undef BTH_PGMPOOLKIND_PT_FOR_PT193 #undef PGM_BTH_NAME194 #undef PGM_GST_NAME195 #undef PGM_GST_TYPE196 197 /* Guest - protected mode */198 #define PGM_GST_TYPE PGM_TYPE_PROT199 #define PGM_GST_NAME(name) PGM_GST_NAME_PROT(name)200 #define PGM_BTH_NAME(name) PGM_BTH_NAME_AMD64_PROT(name)201 #define BTH_PGMPOOLKIND_PT_FOR_PT PGMPOOLKIND_PAE_PT_FOR_PHYS202 #include "PGMAllBth.h"203 #undef BTH_PGMPOOLKIND_PT_FOR_PT204 #undef PGM_BTH_NAME205 #undef PGM_GST_TYPE206 #undef PGM_GST_NAME207 208 186 /* Guest - AMD64 mode */ 209 187 #define PGM_GST_TYPE PGM_TYPE_AMD64
Note:
See TracChangeset
for help on using the changeset viewer.