Changeset 90859 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 24, 2021 9:36:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r90829 r90859 3052 3052 3053 3053 /* 3054 * Override RTLog GetDefaultInstanceEx so we can do logging from EMTs in ring-0.3055 */ 3056 DECLEXPORT(PRTLOGGER) RTLog GetDefaultInstanceEx(uint32_t fFlagsAndGroup)3054 * Override RTLogDefaultInstanceEx so we can do logging from EMTs in ring-0. 3055 */ 3056 DECLEXPORT(PRTLOGGER) RTLogDefaultInstanceEx(uint32_t fFlagsAndGroup) 3057 3057 { 3058 3058 #ifdef LOG_ENABLED … … 3073 3073 } 3074 3074 #endif 3075 return SUPR0 GetDefaultLogInstanceEx(fFlagsAndGroup);3075 return SUPR0DefaultLogInstanceEx(fFlagsAndGroup); 3076 3076 } 3077 3077
Note:
See TracChangeset
for help on using the changeset viewer.