Update SpinLock and DPC to use C++ helpers
Some checks failed
Builds / ExectOS (amd64, release) (push) Failing after 22s
Builds / ExectOS (amd64, debug) (push) Failing after 23s
Builds / ExectOS (i686, debug) (push) Failing after 22s
Builds / ExectOS (i686, release) (push) Failing after 20s

This commit is contained in:
2025-09-11 19:23:19 +02:00
parent 1357e92627
commit 631c260280
2 changed files with 8 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ XTAPI
VOID
Dpc::SignalCallDone(IN PVOID SystemArgument)
{
RtlAtomicDecrement32((PLONG)SystemArgument);
RTL::Atomic::Decrement32((PLONG)SystemArgument);
}
/**