diff --git a/Core/Driver/Driver.cpp b/Core/Driver/Driver.cpp index 01b8048..e27f0f1 100644 --- a/Core/Driver/Driver.cpp +++ b/Core/Driver/Driver.cpp @@ -218,7 +218,7 @@ namespace Driver SafeFunction void DriverInterruptHook::OnInterruptReceived(void *Frame) #endif { - SmartCriticalSection(DriverInterruptLock); + SmartLock(DriverInterruptLock); ((int (*)(void *))(Handle))(Data); UNUSED(Frame); }