Changeset 5684 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 11, 2007 10:38:00 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26028
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r5509 r5684 442 442 VMR3Relocate(pVM, 0); 443 443 444 #ifdef VBOX_WITH_DEBUGGER 444 445 /* 445 446 * Init the tcp debugger console if we're building … … 452 453 { 453 454 pVM->vm.s.pvDBGC = pvUser; 454 455 #endif 455 456 /* 456 457 * Init the Guest Context components. … … 467 468 return VINF_SUCCESS; 468 469 } 470 #ifdef VBOX_WITH_DEBUGGER 469 471 DBGCTcpTerminate(pVM, pVM->vm.s.pvDBGC); 470 472 pVM->vm.s.pvDBGC = NULL; 471 473 } 474 #endif 472 475 //.. 473 476 } … … 1452 1455 int rc = TMR3Term(pVM); 1453 1456 AssertRC(rc); 1457 #ifdef VBOX_WITH_DEBUGGER 1454 1458 rc = DBGCTcpTerminate(pVM, pVM->vm.s.pvDBGC); 1455 1459 pVM->vm.s.pvDBGC = NULL; 1460 #endif 1456 1461 AssertRC(rc); 1457 1462 rc = DBGFR3Term(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.