Changeset 90943 in vbox
- Timestamp:
- Aug 27, 2021 10:25:11 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/VBox/sup.h (modified) (1 diff)
-
src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r90859 r90943 2220 2220 SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...) RT_IPRT_FORMAT_ATTR(1, 2); 2221 2221 2222 #ifdef IN_RING0 2223 /** Debug printf macro. This also exist in SUPLib, see SUPLibInternal.h. */ 2224 # ifdef DEBUG 2225 # define SUP_DPRINTF(a) SUPR0Printf a 2226 # else 2227 # define SUP_DPRINTF(a) do { } while (0) 2228 # endif 2229 #endif 2230 2222 2231 /** 2223 2232 * Returns configuration flags of the host kernel. -
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r90780 r90943 310 310 #define OSDBGPRINT(a) SUPR0Printf a 311 311 312 /** Debug printf macro shared with the ring-3 part. */313 #ifdef DEBUG_bird314 # define SUP_DPRINTF(a) SUPR0Printf a315 #else316 # define SUP_DPRINTF(a) do { } while (0)317 #endif318 319 312 320 313 /** @name Context values for the per-session handle tables.
Note:
See TracChangeset
for help on using the changeset viewer.

