Changeset 101549 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 23, 2023 9:53:09 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal-armv8.h
r101190 r101549 107 107 uint8_t abPadding0[6]; 108 108 109 /** The reset value of the program counter. */ 110 uint64_t u64ResetPc; 111 109 112 /** Align to 64-byte boundary. */ 110 uint8_t abPadding1[ 56];113 uint8_t abPadding1[48]; 111 114 112 115 /** Host CPU feature information.
Note:
See TracChangeset
for help on using the changeset viewer.