Changeset 85124 in vbox for trunk/src/VBox/Runtime/common/dbg
- Timestamp:
- Jul 8, 2020 9:13:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp
r83085 r85124 120 120 /** String cache for the debug info interpreters. 121 121 * RTSTRCACHE is thread safe. */ 122 DECL HIDDEN(RTSTRCACHE) g_hDbgModStrCache = NIL_RTSTRCACHE;122 DECL_HIDDEN_DATA(RTSTRCACHE) g_hDbgModStrCache = NIL_RTSTRCACHE; 123 123 124 124
Note:
See TracChangeset
for help on using the changeset viewer.