Changeset 105831 in vbox
- Timestamp:
- Aug 22, 2024 6:13:52 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis-armv8.h
r105815 r105831 76 76 { 77 77 /** Offset from the base register. */ 78 uint16_toffBase;78 int16_t offBase; 79 79 /** Amount of bits to shift. */ 80 80 uint8_t cShift;
Note:
See TracChangeset
for help on using the changeset viewer.