Changeset 9212 in vbox for trunk/src/VBox/VMM/CPUMInternal.h
- Timestamp:
- May 29, 2008 9:38:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUMInternal.h
r8155 r9212 262 262 RTUINT offVM; 263 263 /** Pointer to CPU structure in GC. */ 264 GCPTRTYPE(struct CPUM *) pCPUMGC;264 RCPTRTYPE(struct CPUM *) pCPUMGC; 265 265 /** Pointer to CPU structure in HC. */ 266 266 R3R0PTRTYPE(struct CPUM *) pCPUMHC; … … 293 293 R0PTRTYPE(PCPUMCTXCORE) pHyperCoreR0; 294 294 /** Pointer to the current hypervisor core context - GCPtr. */ 295 GCPTRTYPE(PCPUMCTXCORE) pHyperCoreGC;295 RCPTRTYPE(PCPUMCTXCORE) pHyperCoreGC; 296 296 297 297 /** Use flags.
Note:
See TracChangeset
for help on using the changeset viewer.