VirtualBox

Changeset 66752 in vbox for trunk/include


Ignore:
Timestamp:
May 3, 2017 5:09:35 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115160
Message:

VMM/IEM: Comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/iem.h

    r66711 r66752  
    6060/** Delivery of an external interrupt caused an exception. */
    6161#define IEMXCPTRAISEINFO_EXT_INT_XCPT            RT_BIT_32(4)
    62 /** Delivery of an software interrupt caused an exception. */
     62/** Delivery of an external interrupt caused an \#PF. */
    6363#define IEMXCPTRAISEINFO_EXT_INT_PF              RT_BIT_32(5)
    64 /** Delivery of an external interrupt caused a \#PF. */
     64/** Delivery of a software interrupt caused an exception. */
    6565#define IEMXCPTRAISEINFO_SOFT_INT_XCPT           RT_BIT_32(6)
    6666/** Delivery of an NMI caused an exception. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette