Changeset 94610 in vbox for trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h
- Timestamp:
- Apr 14, 2022 6:34:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h
r93465 r94610 2505 2505 int rc = APICGetTpr(pVCpu, &bTpr, &fPendingIntr, &bPendingIntr); 2506 2506 AssertRC(rc); 2507 *pfInterruptWindows |= ( bPendingIntr >> 4) << NEM_WIN_INTW_F_PRIO_SHIFT;2507 *pfInterruptWindows |= ((bPendingIntr >> 4) << NEM_WIN_INTW_F_PRIO_SHIFT) | NEM_WIN_INTW_F_REGULAR; 2508 2508 Log8(("Interrupt window pending on %u: %#x (bTpr=%#x fPendingIntr=%d bPendingIntr=%#x)\n", 2509 2509 pVCpu->idCpu, *pfInterruptWindows, bTpr, fPendingIntr, bPendingIntr));
Note:
See TracChangeset
for help on using the changeset viewer.