mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
Trick GCC into not optimizing out RtlMoveMemory. svn path=/trunk/; revision=61066
This commit is contained in:
@@ -93,7 +93,7 @@ VdmpInitialize(PVOID ControlData)
|
||||
NTSTATUS Status;
|
||||
HANDLE PhysMemHandle;
|
||||
PVOID BaseAddress;
|
||||
PVOID NullAddress = NULL;
|
||||
volatile PVOID NullAddress = NULL;
|
||||
LARGE_INTEGER Offset;
|
||||
ULONG ViewSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user