Changeset 97281 in vbox for trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h
- Timestamp:
- Oct 24, 2022 2:58:21 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h
r97262 r97281 4810 4810 /* Construct the stack frame for the interrupt/exception handler. */ 4811 4811 VBOXSTRICTRC rcStrict; 4812 rcStrict = hmR0VmxRealModeGuestStackPush(pVCpu, pCtx->eflags.u);4812 rcStrict = hmR0VmxRealModeGuestStackPush(pVCpu, (uint16_t)pCtx->eflags.u); 4813 4813 if (rcStrict == VINF_SUCCESS) 4814 4814 {
Note:
See TracChangeset
for help on using the changeset viewer.