Changeset 56430 in vbox
- Timestamp:
- Jun 15, 2015 12:24:21 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/EMR3Dbg.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EMR3Dbg.cpp
r56287 r56430 68 68 int emR3InitDbg(PVM pVM) 69 69 { 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)); 71 73 AssertLogRelRC(rc); 74 #endif 72 75 return rc; 73 76 }
Note:
See TracChangeset
for help on using the changeset viewer.

