VirtualBox

Changeset 10507 in vbox for trunk/src/VBox/VMM/PGM.cpp


Ignore:
Timestamp:
Jul 11, 2008 9:51:47 AM (16 years ago)
Author:
vboxsync
Message:

Fixed release build problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r10493 r10507  
    648648    { "pgmmap",     0,        0,        NULL,               0,                          NULL,               0,          pgmR3CmdMap,        "",                     "Display the mapping ranges." },
    649649    { "pgmsync",    0,        0,        NULL,               0,                          NULL,               0,          pgmR3CmdSync,       "",                     "Sync the CR3 page." },
     650#ifdef VBOX_STRICT
    650651    { "pgmassertcr3",  0,     0,        NULL,               0,                          NULL,               0,          pgmR3CmdAssertCR3,  "",                     "Check the shadow CR3 mapping." },
     652#endif
    651653    { "pgmsyncalways", 0,     0,        NULL,               0,                          NULL,               0,          pgmR3CmdSyncAlways, "",                     "Toggle permanent CR3 syncing." },
    652654};
     
    39843986
    39853987
     3988#ifdef VBOX_STRICT
    39863989/**
    39873990 * The '.pgmassertcr3' command.
     
    40104013    return VINF_SUCCESS;
    40114014}
    4012 
     4015#endif
    40134016
    40144017/**
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