Changeset 97185 in vbox for trunk/include
- Timestamp:
- Oct 17, 2022 10:30:50 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r97184 r97185 2124 2124 else 2125 2125 { 2126 pCtx->fInhibit |= (fInhibitedBySs ? CPUMCTX_INHIBIT_SHADOW_SS : 0)2127 | (fInhibitedBySti ? CPUMCTX_INHIBIT_SHADOW_STI : 0);2126 pCtx->fInhibit |= (fInhibitedBySs ? CPUMCTX_INHIBIT_SHADOW_SS : (uint8_t)0) 2127 | (fInhibitedBySti ? CPUMCTX_INHIBIT_SHADOW_STI : (uint8_t)0); 2128 2128 pCtx->uRipInhibitInt = rip; 2129 2129 }
Note:
See TracChangeset
for help on using the changeset viewer.