VirtualBox

Ignore:
Timestamp:
Apr 13, 2013 4:13:22 PM (12 years ago)
Author:
vboxsync
Message:

#ifdef the raw-mode force flags to find more code to #ifdef out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGF.cpp

    r45006 r45533  
    364364        if (pVM->dbgf.s.enmVMMCmd != DBGFCMD_NO_COMMAND)
    365365        {
     366#ifdef VBOX_WITH_RAW_MODE
    366367            /** @todo stupid GDT/LDT sync hack. go away! */
    367368            SELMR3UpdateFromCPUM(pVM, pVCpu);
     369#endif
    368370
    369371            /*
     
    671673    LogFlow(("dbgfR3VMMWait:\n"));
    672674
     675#ifdef VBOX_WITH_RAW_MODE
    673676    /** @todo stupid GDT/LDT sync hack. go away! */
    674677    SELMR3UpdateFromCPUM(pVM, pVCpu);
     678#endif
    675679    int rcRet = VINF_SUCCESS;
    676680
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