Changeset 10507 in vbox for trunk/src/VBox/VMM/PGM.cpp
- Timestamp:
- Jul 11, 2008 9:51:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r10493 r10507 648 648 { "pgmmap", 0, 0, NULL, 0, NULL, 0, pgmR3CmdMap, "", "Display the mapping ranges." }, 649 649 { "pgmsync", 0, 0, NULL, 0, NULL, 0, pgmR3CmdSync, "", "Sync the CR3 page." }, 650 #ifdef VBOX_STRICT 650 651 { "pgmassertcr3", 0, 0, NULL, 0, NULL, 0, pgmR3CmdAssertCR3, "", "Check the shadow CR3 mapping." }, 652 #endif 651 653 { "pgmsyncalways", 0, 0, NULL, 0, NULL, 0, pgmR3CmdSyncAlways, "", "Toggle permanent CR3 syncing." }, 652 654 }; … … 3984 3986 3985 3987 3988 #ifdef VBOX_STRICT 3986 3989 /** 3987 3990 * The '.pgmassertcr3' command. … … 4010 4013 return VINF_SUCCESS; 4011 4014 } 4012 4015 #endif 4013 4016 4014 4017 /**
Note:
See TracChangeset
for help on using the changeset viewer.