Changeset 51562 in vbox for trunk/src/VBox
- Timestamp:
- Jun 6, 2014 5:22:34 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94220
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r51182 r51562 190 190 typedef struct IEMCPU 191 191 { 192 /** Pointer to the CPU context - ring-3 contex . */192 /** Pointer to the CPU context - ring-3 context. */ 193 193 R3PTRTYPE(PCPUMCTX) pCtxR3; 194 /** Pointer to the CPU context - ring-0 contex . */194 /** Pointer to the CPU context - ring-0 context. */ 195 195 R0PTRTYPE(PCPUMCTX) pCtxR0; 196 /** Pointer to the CPU context - raw-mode contex . */196 /** Pointer to the CPU context - raw-mode context. */ 197 197 RCPTRTYPE(PCPUMCTX) pCtxRC; 198 198
Note:
See TracChangeset
for help on using the changeset viewer.