mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
w
This commit is contained in:
parent
c39d87afcd
commit
dbf7d786b5
1 changed files with 0 additions and 1 deletions
|
@ -720,7 +720,6 @@ BOOLEAN NmiCallback(
|
|||
( PNMI_CORE_CONTEXT )( ( uintptr_t )nmi_context->nmi_core_context + proc_num * sizeof( NMI_CORE_CONTEXT ) );
|
||||
|
||||
core_context->nmi_callbacks_run += 1;
|
||||
DEBUG_LOG( "core number: %lx, num nmis run: %i", proc_num, core_context->nmi_callbacks_run );
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue