VirtualBox

Changeset 848 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Feb 12, 2007 4:01:52 PM (18 years ago)
Author:
vboxsync
Message:

AMD64 debugging: Added checks for NMIs and that IF is cleared when doing the context switching.

File:
1 edited

Legend:

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

    r672 r848  
    443443                 */
    444444                default:
     445#if HC_ARCH_BITS == 64 /* AMD64 debugging - to be removed */
     446                    if ((unsigned)rc - 0xc0caff00U > 0xff)
     447                        return rc;
     448                    /* fall thru */
     449#else
    445450                    return rc;
     451#endif
    446452
    447453                /*
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