VirtualBox

Changeset 56430 in vbox


Ignore:
Timestamp:
Jun 15, 2015 12:24:21 PM (9 years ago)
Author:
vboxsync
Message:

compile fix with VBOX_WITH_DEBUGGER disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EMR3Dbg.cpp

    r56287 r56430  
    6868int emR3InitDbg(PVM pVM)
    6969{
    70     int rc = DBGCRegisterCommands(&g_aCmds[0], RT_ELEMENTS(g_aCmds));
     70    int rc = VINF_SUCCESS;
     71#ifdef VBOX_WITH_DEBUGGER
     72    rc = DBGCRegisterCommands(&g_aCmds[0], RT_ELEMENTS(g_aCmds));
    7173    AssertLogRelRC(rc);
     74#endif
    7275    return rc;
    7376}
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