- Timestamp:
- Apr 4, 2008 3:42:30 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29292
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/PGMGC.cpp
r5999 r7748 146 146 #define PGM_SHW_NAME(name) PGM_SHW_NAME_AMD64(name) 147 147 #include "PGMGCShw.h" 148 149 /* Guest - real mode */150 #define PGM_GST_TYPE PGM_TYPE_REAL151 #define PGM_GST_NAME(name) PGM_GST_NAME_REAL(name)152 #define PGM_BTH_NAME(name) PGM_BTH_NAME_AMD64_REAL(name)153 #include "PGMGCBth.h"154 #undef PGM_BTH_NAME155 #undef PGM_GST_NAME156 #undef PGM_GST_TYPE157 158 /* Guest - protected mode */159 #define PGM_GST_TYPE PGM_TYPE_PROT160 #define PGM_GST_NAME(name) PGM_GST_NAME_PROT(name)161 #define PGM_BTH_NAME(name) PGM_BTH_NAME_AMD64_PROT(name)162 #include "PGMGCBth.h"163 #undef PGM_BTH_NAME164 #undef PGM_GST_TYPE165 #undef PGM_GST_NAME166 148 167 149 /* Guest - AMD64 mode */
Note:
See TracChangeset
for help on using the changeset viewer.