Changeset 92918 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 15, 2021 9:44:05 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h
r92626 r92918 72 72 (a_SReg).Selector, (a_SReg).Base, (a_SReg).Limit, (a_SReg).Attributes, \ 73 73 TmpVal.Segment.Selector, TmpVal.Segment.Base, TmpVal.Segment.Limit, TmpVal.Segment.Attributes)) 74 75 76 #ifdef IN_RING3 77 /** WHvRegisterPendingEvent0 was renamed to WHvRegisterPendingEvent between 78 * SDK 17134 and 18362. */ 79 # if WDK_NTDDI_VERSION < NTDDI_WIN10_19H1 80 # define WHvRegisterPendingEvent WHvRegisterPendingEvent0 81 # endif 82 #endif 74 83 75 84 … … 708 717 /* event injection */ 709 718 aenmNames[iReg++] = WHvRegisterPendingInterruption; 710 aenmNames[iReg++] = WHvRegisterPendingEvent 0; /** @todo renamed to WHvRegisterPendingEvent */719 aenmNames[iReg++] = WHvRegisterPendingEvent; 711 720 712 721 size_t const cRegs = iReg; … … 1094 1103 } 1095 1104 1096 /// @todo WHvRegisterPendingEvent 0 (renamed to WHvRegisterPendingEvent).1105 /// @todo WHvRegisterPendingEvent 1097 1106 1098 1107 /* Almost done, just update extrn flags and maybe change PGM mode. */
Note:
See TracChangeset
for help on using the changeset viewer.