mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[NTOS:KD] Pass PreviousMode down to KdpPrintString, since ExGetPreviousMode is not accurate. CORE-14103
This commit is contained in:
parent
7b95fcf93d
commit
7e8de26164
3 changed files with 14 additions and 7 deletions
|
@ -194,7 +194,8 @@ ULONG
|
|||
NTAPI
|
||||
KdpPrintString(
|
||||
_In_reads_bytes_(Length) PCHAR UnsafeString,
|
||||
_In_ ULONG Length);
|
||||
_In_ ULONG Length,
|
||||
_In_ KPROCESSOR_MODE PreviousMode);
|
||||
|
||||
ULONG
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue