mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOS]
- Warn only once in MmSecureVirtualMemory/MmUnsecureVirtualMemory, like it was done in 47864. svn path=/trunk/; revision=47875
This commit is contained in:
@@ -742,7 +742,7 @@ MmSecureVirtualMemory(IN PVOID Address,
|
||||
IN SIZE_T Length,
|
||||
IN ULONG Mode)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
static BOOLEAN Warn; if (!Warn++) UNIMPLEMENTED;
|
||||
return Address;
|
||||
}
|
||||
|
||||
@@ -753,7 +753,7 @@ VOID
|
||||
NTAPI
|
||||
MmUnsecureVirtualMemory(IN PVOID SecureMem)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
static BOOLEAN Warn; if (!Warn++) UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
/* SYSTEM CALLS ***************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user