Changeset 97219 in vbox
- Timestamp:
- Oct 18, 2022 10:49:41 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154195
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r97192 r97219 3151 3151 * Format the EFLAGS. 3152 3152 */ 3153 uint32_t efl = pCtx->eflags.u 32;3153 uint32_t efl = pCtx->eflags.u; 3154 3154 char szEFlags[80]; 3155 3155 cpumR3InfoFormatFlags(&szEFlags[0], efl | ((uint32_t)pCtx->fInhibit << 24));
Note:
See TracChangeset
for help on using the changeset viewer.