ntoskrnl: Add KfRaiseIrql stub.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53076
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
This commit is contained in:
Alex Henrie 2022-05-30 17:13:59 -06:00 committed by Alexandre Julliard
parent 526fc34a39
commit ddca4eb838
2 changed files with 10 additions and 0 deletions

View file

@ -4455,6 +4455,15 @@ NTSTATUS WINAPI KdEnableDebugger(void)
return STATUS_DEBUGGER_INACTIVE;
}
#ifdef __x86_64__
void WINAPI KfRaiseIrql(KIRQL new, KIRQL *old)
{
FIXME("new %u old %p: stub.\n", new, old);
}
#endif
/*****************************************************
* DllMain
*/

View file

@ -659,6 +659,7 @@
@ stdcall KeWaitForMultipleObjects(long ptr long long long long ptr ptr)
@ stdcall KeWaitForMutexObject(ptr long long long ptr)
@ stdcall KeWaitForSingleObject(ptr long long long ptr)
@ stdcall -arch=x86_64 KfRaiseIrql(long ptr)
@ stub KiBugCheckData
@ stub KiCoprocessorError
@ stub KiDeliverApc