Changeset 47660 in vbox for trunk/include/iprt
- Timestamp:
- Aug 12, 2013 12:37:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r47547 r47660 786 786 /** Bit 9 - GE - Local breakpoint exact. (Not supported (read ignored) by P6 and later.) */ 787 787 #define X86_DR7_GE RT_BIT(9) 788 789 /** L0, L1, L2, and L3. */ 790 #define X86_DR7_LE_ALL UINT64_C(0x0000000000000055) 791 /** L0, L1, L2, and L3. */ 792 #define X86_DR7_GE_ALL UINT64_C(0x00000000000000aa) 788 793 789 794 /** Bit 13 - GD - General detect enable. Enables emulators to get exceptions when
Note:
See TracChangeset
for help on using the changeset viewer.