Changeset 54202 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 13, 2015 5:13:44 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/TMInternal.h
r54195 r54202 420 420 /** Pointer to the ring-3 tmVirtualGetRawNanoTS worker function. */ 421 421 R3PTRTYPE(PFNTIMENANOTSINTERNAL) pfnVirtualGetRawR3; 422 /** Pointer to the ring- 3tmVirtualGetRawNanoTS worker function. */422 /** Pointer to the ring-0 tmVirtualGetRawNanoTS worker function. */ 423 423 R0PTRTYPE(PFNTIMENANOTSINTERNAL) pfnVirtualGetRawR0; 424 /** Pointer to the r ing-3tmVirtualGetRawNanoTS worker function. */424 /** Pointer to the raw-mode tmVirtualGetRawNanoTS worker function. */ 425 425 RCPTRTYPE(PFNTIMENANOTSINTERNAL) pfnVirtualGetRawRC; 426 426 /** Alignment. */
Note:
See TracChangeset
for help on using the changeset viewer.