Changeset 47131 in vbox
- Timestamp:
- Jul 14, 2013 12:05:47 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86extra.mac
r40140 r47131 5 5 6 6 ; 7 ; Copyright (C) 2012 Oracle Corporation7 ; Copyright (C) 2012-2013 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 29 29 30 30 31 %define X86_XCPT_UD 6 32 %define X86_XCPT_GP 13 33 %define X86_XCPT_PF 14 34 %define X86_XCPT_MF 16 31 %define X86_XCPT_DE 0x00 32 %define X86_XCPT_DB 0x01 33 %define X86_XCPT_NMI 0x02 34 %define X86_XCPT_BP 0x03 35 %define X86_XCPT_OF 0x04 36 %define X86_XCPT_BR 0x05 37 %define X86_XCPT_UD 0x06 38 %define X86_XCPT_NM 0x07 39 %define X86_XCPT_DF 0x08 40 %define X86_XCPT_CO_SEG_OVERRUN 0x09 41 %define X86_XCPT_TS 0x0a 42 %define X86_XCPT_NP 0x0b 43 %define X86_XCPT_SS 0x0c 44 %define X86_XCPT_GP 0x0d 45 %define X86_XCPT_PF 0x0e 46 %define X86_XCPT_MF 0x10 47 %define X86_XCPT_AC 0x11 48 %define X86_XCPT_MC 0x12 49 %define X86_XCPT_XF 0x13 35 50 36 %define PAGE_SIZE 0x100051 %define PAGE_SIZE 0x1000 37 52 38 53
Note:
See TracChangeset
for help on using the changeset viewer.