Changeset 71076 in vbox
- Timestamp:
- Feb 20, 2018 9:23:45 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120940
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
r71075 r71076 1892 1892 /** 1893 1893 * @callback_method_impl{FNPGMPHYSNEMCHECKPAGE, 1894 * Worker for nemR3WinHandleMemoryAccess ,pvUser points to a1894 * Worker for nemR3WinHandleMemoryAccess; pvUser points to a 1895 1895 * NEMR3WINHMACPCCSTATE structure. } 1896 1896 */ -
trunk/src/VBox/VMM/include/NEMInternal.h
r71075 r71076 158 158 RTR0MEMOBJ hHypercallDataMemObj; 159 159 /** @} */ 160 # else 161 uint32_t uDummy; 160 162 # endif 161 163 } NEMR0PERVCPU; … … 169 171 /** The partition ID. */ 170 172 uint64_t idHvPartition; 173 # else 174 uint32_t uDummy; 171 175 # endif 172 176 } NEMR0PERVM;
Note:
See TracChangeset
for help on using the changeset viewer.