Changeset 59631 in vbox for trunk/src/VBox/Devices/GIMDev
- Timestamp:
- Feb 10, 2016 1:06:49 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105472
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/GIMDev/GIMDev.cpp
r59630 r59631 222 222 Assert(rc != VINF_SUCCESS); 223 223 return PDMDevHlpVMSetError(pDevIns, rc, RT_SRC_POS, 224 N_("Debug port configuration expected when GIM configured with debugging support"));224 N_("Debug port configuration expected when GIM configured with debugging support")); 225 225 } 226 226
Note:
See TracChangeset
for help on using the changeset viewer.