Changeset 108451 in vbox for trunk/src/VBox/VMM/include/GICInternal.h
- Timestamp:
- Mar 5, 2025 11:40:22 AM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 167825
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/GICInternal.h
r108443 r108451 263 263 uint8_t bInterruptPriority; 264 264 /** The binary point register for group 0 interrupts. */ 265 uint8_t bBinaryP ointGrp0;265 uint8_t bBinaryPtGroup0; 266 266 /** The binary point register for group 1 interrupts. */ 267 uint8_t bBinaryP ointGrp1;267 uint8_t bBinaryPtGroup1; 268 268 /** Flag whether group 0 interrupts are enabled. */ 269 269 bool fIntrGroup0Enabled;
Note:
See TracChangeset
for help on using the changeset viewer.