Changeset 91331 in vbox for trunk/src/VBox/Devices/build/VBoxDD.cpp
- Timestamp:
- Sep 22, 2021 3:18:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.cpp
r90946 r91331 422 422 return rc; 423 423 # endif 424 425 # ifdef VBOX_WITH_LIBTPMS 426 rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvTpmEmuTpms); 427 if (RT_FAILURE(rc)) 428 return rc; 429 # endif 424 430 #endif 425 431
Note:
See TracChangeset
for help on using the changeset viewer.