Changeset 107056 in vbox
- Timestamp:
- Nov 20, 2024 11:32:10 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GICAll.cpp
r106370 r107056 624 624 */ 625 625 if ((uValue & 0xff) == 0) 626 { 627 uValue >>= 8; 626 628 continue; 629 } 627 630 #endif 628 631 pThis->abIntPriority[i] = (uint8_t)(uValue & 0xff);
Note:
See TracChangeset
for help on using the changeset viewer.