VirtualBox

Changeset 5684 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 11, 2007 10:38:00 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26028
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VM.cpp

    r5509 r5684  
    442442                        VMR3Relocate(pVM, 0);
    443443
     444#ifdef VBOX_WITH_DEBUGGER
    444445                        /*
    445446                         * Init the tcp debugger console if we're building
     
    452453                        {
    453454                            pVM->vm.s.pvDBGC = pvUser;
    454 
     455#endif
    455456                            /*
    456457                             * Init the Guest Context components.
     
    467468                                return VINF_SUCCESS;
    468469                            }
     470#ifdef VBOX_WITH_DEBUGGER
    469471                            DBGCTcpTerminate(pVM, pVM->vm.s.pvDBGC);
    470472                            pVM->vm.s.pvDBGC = NULL;
    471473                        }
     474#endif
    472475                        //..
    473476                    }
     
    14521455    int rc = TMR3Term(pVM);
    14531456    AssertRC(rc);
     1457#ifdef VBOX_WITH_DEBUGGER
    14541458    rc = DBGCTcpTerminate(pVM, pVM->vm.s.pvDBGC);
    14551459    pVM->vm.s.pvDBGC = NULL;
     1460#endif
    14561461    AssertRC(rc);
    14571462    rc = DBGFR3Term(pVM);
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