VirtualBox

Changeset 109184 in vbox


Ignore:
Timestamp:
May 6, 2025 9:12:15 PM (3 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168746
Message:

VMM: Build fix for configuration without VBOX_WITH_DEBUGGER.

File:
1 edited

Legend:

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

    r106061 r109184  
    7676
    7777
     78#ifndef VBOX_WITH_DEBUGGER
     79/** Stub */
     80DBGDECL(int) DBGCCreate(PUVM pUVM, PCDBGCIO pIo, unsigned fFlags)
     81{
     82    RT_NOREF(pUVM, pIo, fFlags);
     83    return VERR_NOT_IMPLEMENTED;
     84}
     85#endif
     86
     87
    7888VMMR3DECL(PCVMMR3VTABLE) VMMR3GetVTable(void)
    7989{
Note: See TracChangeset for help on using the changeset viewer.

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