Changeset 39038 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 19, 2011 2:36:27 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74458
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h
r38885 r39038 65 65 volatile uint32_t cRefs; 66 66 /** Size of the entry. */ 67 size_tcbData;67 uint32_t cbData; 68 68 /** Pointer to the memory containing the data. */ 69 69 uint8_t *pbData; -
trunk/src/VBox/VMM/include/TRPMInternal.h
r38867 r39038 205 205 206 206 /** Active Interrupt or trap vector number. 207 * If not ~0U this indicates that we're currently processing208 * a interrupt, trap, fault, abort, whatever which have arrived209 * at thatvector number.207 * If not UINT32_MAX this indicates that we're currently processing a 208 * interrupt, trap, fault, abort, whatever which have arrived at that 209 * vector number. 210 210 */ 211 RTUINTuActiveVector;211 uint32_t uActiveVector; 212 212 213 213 /** Active trap type. */
Note:
See TracChangeset
for help on using the changeset viewer.