VirtualBox

Changeset 821 in vbox for trunk


Ignore:
Timestamp:
Feb 10, 2007 12:27:28 AM (18 years ago)
Author:
vboxsync
Message:

enable double faults handling in AMD64 builds (for debugging).

File:
1 edited

Legend:

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

    r347 r821  
    202202    bool f;
    203203    int rc = CFGMR3QueryBool(CFGMR3GetRoot(pVM), "DoubleFault", &f);
    204 #if !defined(DEBUG_bird)
     204#if !defined(DEBUG_bird) && !defined(__AMD64__) /** @todo Remember to remove __AMD64__ here! */
    205205    if (VBOX_SUCCESS(rc) && f)
    206206#endif
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