Changeset 19335 in vbox for trunk/src/VBox/VMM/HWACCMInternal.h
- Timestamp:
- May 4, 2009 4:04:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCMInternal.h
r19326 r19335 481 481 /** To keep track of pending TLB shootdown pages. (SMP guest only) */ 482 482 RTGCPTR aTlbShootdownPages[HWACCM_MAX_TLB_SHOOTDOWN_PAGES]; 483 unsignedcTlbShootdownPages;483 RTUINT cTlbShootdownPages; 484 484 485 485 struct … … 575 575 * HWACCMR0Enter and cleared in HWACCMR0Leave. */ 576 576 RTCPUID idEnteredCpu; 577 RTUINT padding2[1]; 577 578 578 579 STAMPROFILEADV StatEntry;
Note:
See TracChangeset
for help on using the changeset viewer.