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