Changeset 73459 in vbox for trunk/include
- Timestamp:
- Aug 2, 2018 9:03:59 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124086
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r73389 r73459 970 970 /** Bit 8 - LE - Local breakpoint exact. (Not supported (read ignored) by P6 and later.) */ 971 971 #define X86_DR7_LE RT_BIT_32(8) 972 /** Bit 9 - GE - Local breakpoint exact. (Not supported (read ignored) by P6 and later.) */972 /** Bit 9 - GE - Global breakpoint exact. (Not supported (read ignored) by P6 and later.) */ 973 973 #define X86_DR7_GE RT_BIT_32(9) 974 974
Note:
See TracChangeset
for help on using the changeset viewer.