Changeset 9379 in vbox for trunk/src/VBox
- Timestamp:
- Jun 4, 2008 10:56:08 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31609
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TMInternal.h
r9212 r9379 182 182 /** Pointer to the VM the timer belongs to - R0 Ptr. */ 183 183 PVMR0 pVMR0; 184 /** Pointer to the VM the timer belongs to - GC Ptr. */185 PVM GC pVMGC;184 /** Pointer to the VM the timer belongs to - RC Ptr. */ 185 PVMRC pVMGC; 186 186 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 32 187 187 RTGCPTR padding0; /**< pad structure to multiple of 8 bytes. */
Note:
See TracChangeset
for help on using the changeset viewer.