VirtualBox

Changeset 7748 in vbox for trunk/src


Ignore:
Timestamp:
Apr 4, 2008 3:42:30 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29292
Message:

Removed invalid paging combinations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/PGMGC.cpp

    r5999 r7748  
    146146#define PGM_SHW_NAME(name)          PGM_SHW_NAME_AMD64(name)
    147147#include "PGMGCShw.h"
    148 
    149 /* Guest - real mode */
    150 #define PGM_GST_TYPE                PGM_TYPE_REAL
    151 #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_NAME
    155 #undef PGM_GST_NAME
    156 #undef PGM_GST_TYPE
    157 
    158 /* Guest - protected mode */
    159 #define PGM_GST_TYPE                PGM_TYPE_PROT
    160 #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_NAME
    164 #undef PGM_GST_TYPE
    165 #undef PGM_GST_NAME
    166148
    167149/* Guest - AMD64 mode */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette