Changeset 88297 in vbox for trunk/include/iprt/x86.h
- Timestamp:
- Mar 26, 2021 12:29:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r86489 r88297 39 39 #endif 40 40 41 /* Workaround for Solaris sys/regset.h defining CS, DS */ 41 /** Workaround for Solaris sys/regset.h defining CS, DS and sys/controlregs.h 42 * defining MSR_IA32_FLUSH_CMD */ 42 43 #ifdef RT_OS_SOLARIS 43 44 # undef CS 44 45 # undef DS 46 # undef MSR_IA32_FLUSH_CMD 45 47 #endif 46 48
Note:
See TracChangeset
for help on using the changeset viewer.