VirtualBox

Ignore:
Timestamp:
May 17, 2010 10:15:48 AM (15 years ago)
Author:
vboxsync
Message:

Devices: move to the right place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Builtins.cpp

    r29326 r29522  
    8383        return rc;
    8484#endif
    85 #ifdef VBOX_WITH_SMC
    86     rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceSMC);
    87     if (RT_FAILURE(rc))
    88         return rc;
    89 #endif
    90 #ifdef VBOX_WITH_LPC
    91     rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceLPC);
    92     if (RT_FAILURE(rc))
    93         return rc;
    94 #endif
    9585#ifdef VBOX_WITH_EFI
    9686    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceEFI);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette