Changeset 41908 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jun 25, 2012 1:19:18 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78762
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpumctx.h
r41906 r41908 236 236 /** @name General Register. 237 237 * @note These follow the encoding order (X86_GREG_XXX) and can be accessed as 238 * an array starting a rax.238 * an array starting at rax. 239 239 * @{ */ 240 240 union … … 304 304 /** @name Segment registers. 305 305 * @note These follow the encoding order (X86_SREG_XXX) and can be accessed as 306 * an array starting a es.306 * an array starting at es. 307 307 * @{ */ 308 308 CPUMSELREG es;
Note:
See TracChangeset
for help on using the changeset viewer.