Changeset 31359 in vbox for trunk/include
- Timestamp:
- Aug 4, 2010 3:31:04 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64410
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r31326 r31359 102 102 /** The native thread handle. */ 103 103 RTNATIVETHREAD hNativeThread; 104 /** The native R0 thread handle. (different from the R3 handle!) */ 105 RTNATIVETHREAD hNativeThreadR0; 104 106 /** Which host CPU ID is this EMT running on. 105 107 * Only valid when in RC or HWACCMR0 with scheduling disabled. */ … … 114 116 * following it (to grow into and align the struct size). 115 117 * */ 116 uint8_t abAlignment1[HC_ARCH_BITS == 32 ? 2 8 : 12];118 uint8_t abAlignment1[HC_ARCH_BITS == 32 ? 24 : 4]; 117 119 118 120 /** CPUM part. */ -
trunk/include/VBox/vm.mac
r31326 r31359 120 120 121 121 .hNativeThread RTR0PTR_RES 1 122 .hNativeThreadR0 RTR0PTR_RES 1 122 123 .idHostCpu resd 1 123 124
Note:
See TracChangeset
for help on using the changeset viewer.