Changeset 47668 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Aug 12, 2013 10:40:52 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87871
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpumctx.h
r43657 r47668 136 136 * CPU context core. 137 137 * 138 * @todo eliminate this structure! 138 * @todo Eliminate this structure! 139 * @deprecated We don't push any context cores any more in TRPM. 139 140 */ 140 141 #pragma pack(1) … … 414 415 */ 415 416 # define CPUMCTX2CORE(pCtx) ((PCPUMCTXCORE)(void *)&(pCtx)->rax) 417 418 /** 419 * Gets the CPUMCTXCORE part of a CPUMCTX. 420 */ 421 # define CPUMCTX_FROM_CORE(a_pCtxCore) RT_FROM_MEMBER(a_pCtxCore, CPUMCTX, rax) 416 422 417 423 /**
Note:
See TracChangeset
for help on using the changeset viewer.