update for HEAD-2003021201
[reactos.git] / ntoskrnl / ps / debug.c
index 7c843f3..963b195 100644 (file)
@@ -74,7 +74,7 @@ KeContextToTrapFrame(PCONTEXT Context,
         */
 /*     TrapFrame->Edx = Context->Edx; */
        TrapFrame->Esi = Context->Esi;
-       TrapFrame->Edx = Context->Edi;
+       TrapFrame->Edi = Context->Edi;
      }
    if (Context->ContextFlags & CONTEXT_SEGMENTS)
      {