- Fixed a debug message.

svn path=/trunk/; revision=11844
This commit is contained in:
Hartmut Birr 2004-11-27 19:29:22 +00:00
parent f3a288609e
commit 63e5456684

View file

@ -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)
{