mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
- Fixed a debug message.
svn path=/trunk/; revision=11844
This commit is contained in:
parent
f3a288609e
commit
63e5456684
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ NTSTATUS MmPageFault(ULONG Cs,
|
|||
NTSTATUS Status;
|
||||
|
||||
DPRINT("MmPageFault(Eip %x, Cr2 %x, ErrorCode %x)\n",
|
||||
Eip, Cr2, ErrorCode);
|
||||
*Eip, Cr2, ErrorCode);
|
||||
|
||||
if (ErrorCode & 0x4)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue