Changeset 41932 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 27, 2012 5:35:44 PM (13 years ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal.h
r41931 r41932 394 394 395 395 /** Align the structure on a 64-byte boundary. */ 396 uint8_t abPadding2[ HC_ARCH_BITS == 32 ? 48 : 46];396 uint8_t abPadding2[64 - 16 - 2]; 397 397 } CPUMCPU; 398 398 /** Pointer to the CPUMCPU instance data residing in the shared VMCPU structure. */ -
trunk/src/VBox/VMM/include/CPUMInternal.mac
r41931 r41932 430 430 .fRawEntered resb 1 431 431 .fRemEntered resb 1 432 433 %if RTHCPTR_CB == 8 434 .abPadding2 resb 46 435 %else 436 .abPadding2 resb 48 437 %endif 438 432 .abPadding2 resb (64 - 16 - 2) 439 433 endstruc 440 434
Note:
See TracChangeset
for help on using the changeset viewer.