Changeset 105710 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 16, 2024 1:55:32 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r104233 r105710 1391 1391 MbxIn.u.in.uCompletionCode = uMailboxCompletionCode; 1392 1392 1393 int rc = PDMDevHlpCritSectEnter(pDevIns, &pThis->CritSectIntr, VINF_SUCCESS);1394 PDM_CRITSECT_RELEASE_ASSERT_RC_DEV(pDevIns, &pThis->CritSectIntr, rc);1395 1396 1393 RTGCPHYS GCPhysAddrMailboxIncoming = pThis->GCPhysAddrMailboxIncomingBase 1397 1394 + ( pThis->uMailboxIncomingPositionCurrent … … 1432 1429 blPhysWriteMeta(pDevIns, pThis, GCPhysAddrMailboxIncoming, &MbxIn, sizeof(Mailbox32)); 1433 1430 } 1431 1432 int rc = PDMDevHlpCritSectEnter(pDevIns, &pThis->CritSectIntr, VINF_SUCCESS); 1433 PDM_CRITSECT_RELEASE_ASSERT_RC_DEV(pDevIns, &pThis->CritSectIntr, rc); 1434 1434 1435 1435 /* Advance to next mailbox position. */
Note:
See TracChangeset
for help on using the changeset viewer.