Changeset 91032 in vbox for trunk/src/VBox/Devices/Security/DrvTpmEmu.cpp
- Timestamp:
- Aug 31, 2021 1:11:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Security/DrvTpmEmu.cpp
r91005 r91032 1007 1007 break; 1008 1008 default: 1009 Assert LogRelReturn(("DrvTpmEmu#%d Emulated TPM version %d is not correctly handled", pDrvIns->iInstance, pThis->enmTpmVers),1010 VERR_INVALID_STATE);1009 AssertMsgFailedReturn(("DrvTpmEmu#%d Emulated TPM version %d is not correctly handled", pDrvIns->iInstance, pThis->enmTpmVers), 1010 VERR_INVALID_STATE); 1011 1011 } 1012 1012
Note:
See TracChangeset
for help on using the changeset viewer.