diff options
| author | Gerrit Swaneveld <[email protected]> | 2023-04-07 13:48:00 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-07 13:48:00 -0700 |
| commit | f3711c572641c9f5005dcb44c4bbfda6d40a3281 (patch) | |
| tree | eccaf41ae46eca035cb0effcb267c7c38280c3fd | |
| parent | 14a15b163172854c0314ef47f0dd3388f290120c (diff) | |
[avstream/avscamera] Update Device.cpp (#956)
Add Paged Code Macro
| -rw-r--r-- | avstream/avscamera/sys/Device.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avstream/avscamera/sys/Device.cpp b/avstream/avscamera/sys/Device.cpp index 2741da08..38d4f555 100644 --- a/avstream/avscamera/sys/Device.cpp +++ b/avstream/avscamera/sys/Device.cpp @@ -110,6 +110,7 @@ IrpSynchronousCompletion( IN PVOID pKevent ) { + PAGED_CODE(); if (Irp->PendingReturned) { NT_ASSERT(pKevent); |
