Changeset 20756 in vbox for trunk/include
- Timestamp:
- Jun 22, 2009 1:59:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r20744 r20756 953 953 #define VERR_DBG_INVALID_RVA (-655) 954 954 /** Address conflict within a module/segment. 955 * Attempted to add a symbol or line number that fully or partially overlaps with an existing one. */ 955 * Attempted to add a segment, symbol or line number that fully or partially 956 * overlaps with an existing one. */ 956 957 #define VERR_DBG_ADDRESS_CONFLICT (-656) 957 958 /** Duplicate symbol within the module.
Note:
See TracChangeset
for help on using the changeset viewer.