Changeset 99789 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaUtils.h
- Timestamp:
- May 15, 2023 12:32:28 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157409
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaUtils.h
r98103 r99789 65 65 if (GALOG_ENABLED(a_Group)) \ 66 66 { \ 67 a_Logger(("%s: ", __FUNCTION__)); a_Logger(a_Msg); \67 a_Logger(("%s: CPU%u IRQL%u ", __FUNCTION__, KeGetCurrentProcessorNumber(), KeGetCurrentIrql())); a_Logger(a_Msg); \ 68 68 } \ 69 69 } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.