Changeset 29522 in vbox for trunk/src/VBox/Devices/Builtins.cpp
- Timestamp:
- May 17, 2010 10:15:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Builtins.cpp
r29326 r29522 83 83 return rc; 84 84 #endif 85 #ifdef VBOX_WITH_SMC86 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceSMC);87 if (RT_FAILURE(rc))88 return rc;89 #endif90 #ifdef VBOX_WITH_LPC91 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceLPC);92 if (RT_FAILURE(rc))93 return rc;94 #endif95 85 #ifdef VBOX_WITH_EFI 96 86 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceEFI);
Note:
See TracChangeset
for help on using the changeset viewer.