- Timestamp:
- Nov 29, 2024 1:47:12 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/MsiCommon.cpp
r106061 r107191 310 310 { 311 311 uint32_t *puMask = msiGetMaskBits(pDev); 312 AssertPtr (puMask);312 AssertPtrReturnVoid(puMask); 313 313 uMask = *puMask; 314 314 LogFlow(("MsiNotify: %d pending=%x mask=%x\n", iVector, *puPending, uMask));
Note:
See TracChangeset
for help on using the changeset viewer.