Changeset 58932 in vbox for trunk/include
- Timestamp:
- Dec 1, 2015 10:02:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r58909 r58932 223 223 DBGFEVENT_XCPT_AC, /**< 0x11 - \#AC - Fault - Err=0 - Alignment Check. */ 224 224 DBGFEVENT_XCPT_MC, /**< 0x12 - \#MC - Abort - NoErr - Machine Check. */ 225 DBGFEVENT_XCPT_X M, /**< 0x13 - \#XF - Fault - NoErr - SIMD Floating-Point Exception. */225 DBGFEVENT_XCPT_XF, /**< 0x13 - \#XF - Fault - NoErr - SIMD Floating-Point Exception. */ 226 226 DBGFEVENT_XCPT_VE, /**< 0x14 - \#VE - Fault - Noerr - Virtualization exception. */ 227 227 DBGFEVENT_XCPT_15, /**< 0x15 - Intel Reserved. */
Note:
See TracChangeset
for help on using the changeset viewer.