VirtualBox

Changeset 47152 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 15, 2013 10:50:13 AM (11 years ago)
Author:
vboxsync
Message:

x86.h: Some X86XCPT updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r46380 r47152  
    30453045    /** \#PF - Page fault. */
    30463046    X86_XCPT_PF = 0x0e,
    3047     /* 0x0f is reserved. */
     3047    /* 0x0f is reserved (to avoid conflict with spurious interrupts in BIOS setup). */
    30483048    /** \#MF - Math fault (FPU). */
    30493049    X86_XCPT_MF = 0x10,
     
    30533053    X86_XCPT_MC = 0x12,
    30543054    /** \#XF - SIMD Floating-Pointer Exception. */
    3055     X86_XCPT_XF = 0x13
     3055    X86_XCPT_XF = 0x13,
     3056    /** \#VE - Virtualzation Exception. */
     3057    X86_XCPT_VE = 0x14,
     3058    /** \#SX - Security Exception. */
     3059    X86_XCPT_SX = 0x2f
    30563060} X86XCPT;
    30573061/** Pointer to a x86 exception code. */
     
    30603064typedef const X86XCPT *PCX86XCPT;
    30613065/** The maximum exception value. */
    3062 #define X86_XCPT_MAX                (X86_XCPT_XF)
     3066#define X86_XCPT_MAX                (X86_XCPT_SX)
    30633067
    30643068
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