Changeset 100049 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 2, 2023 2:15:46 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp
r99994 r100049 4019 4019 /* The attributes are in the fourth byte. */ 4020 4020 pHid->Attr.u = pbMem[3]; 4021 pHid->Attr.u &= ~(X86DESCATTR_L | X86DESCATTR_D); /* (just to be on the safe side) */ 4021 4022 /* The limit is in the last two bytes. */ 4022 4023 pHid->u32Limit = pbMem[4] + (pbMem[5] << 8);
Note:
See TracChangeset
for help on using the changeset viewer.