VirtualBox

Changeset 90943 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 27, 2021 10:25:11 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146581
Message:

SUP: Promoted SUP_DPRINTF from SUPDrvInternal.h to sup.h when IN_RING0, so that VMMR0 can use it too. bugref:10086

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h

    r90780 r90943  
    310310#define OSDBGPRINT(a) SUPR0Printf a
    311311
    312 /** Debug printf macro shared with the ring-3 part. */
    313 #ifdef DEBUG_bird
    314 # define SUP_DPRINTF(a) SUPR0Printf a
    315 #else
    316 # define SUP_DPRINTF(a) do { } while (0)
    317 #endif
    318 
    319312
    320313/** @name Context values for the per-session handle tables.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette