Changeset 44781 in vbox
- Timestamp:
- Feb 21, 2013 1:50:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r44780 r44781 3144 3144 { 3145 3145 PVMMDEV pThis = PDMINS_2_DATA(pDevIns, PVMMDEV); 3146 PDMCritSectEnter(&pThis->CritSect, VERR_IGNORED); 3146 3147 3147 3148 vmmdevLiveExec(pDevIns, pSSM, SSM_PASS_FINAL); … … 3185 3186 } 3186 3187 3188 PDMCritSectLeave(&pThis->CritSect); 3187 3189 return VINF_SUCCESS; 3188 3190 } … … 3404 3406 { 3405 3407 PVMMDEV pThis = PDMINS_2_DATA(pDevIns, PVMMDEV); 3408 PDMCritSectEnter(&pThis->CritSect, VERR_IGNORED); 3406 3409 3407 3410 /* … … 3509 3512 */ 3510 3513 pThis->idSession = ASMReadTSC(); 3514 3515 PDMCritSectLeave(&pThis->CritSect); 3511 3516 } 3512 3517
Note:
See TracChangeset
for help on using the changeset viewer.