Changeset 30072 in vbox for trunk/src/VBox/VMM/DBGFInternal.h
- Timestamp:
- Jun 7, 2010 1:54:47 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62444
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFInternal.h
r28800 r30072 268 268 /** Special address space aliases. (Protected by hAsDbLock.) */ 269 269 RTDBGAS volatile ahAsAliases[DBGF_AS_COUNT]; 270 /** For lazily populating the aliased address spaces. */ 271 bool volatile afAsAliasPopuplated[DBGF_AS_COUNT]; 272 /** Alignment padding. */ 273 bool afAlignment[2]; 270 274 271 275 /** The current Guest OS digger. */
Note:
See TracChangeset
for help on using the changeset viewer.