From 0460be46a7d8ece086c5f8589356cb890d2bf18e Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 18 Nov 2008 02:31:40 +0000 Subject: [PATCH] fix a typo svn path=/branches/ros-amd64-bringup/; revision=37432 --- reactos/ntoskrnl/ps/amd64/psctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ps/amd64/psctx.c b/reactos/ntoskrnl/ps/amd64/psctx.c index 80aa2b19d74..57ed4daa639 100644 --- a/reactos/ntoskrnl/ps/amd64/psctx.c +++ b/reactos/ntoskrnl/ps/amd64/psctx.c @@ -69,7 +69,7 @@ PspGetOrSetContextKernelRoutine(IN PKAPC Apc, /* If we don't have one, grab it from the stack */ if (!TrapFrame) { - FPRINT1("FIXME!!!!\n"); + DPRINT1("FIXME!!!!\n"); /* Trap frame is right under our initial stack */ // TrapFrame = (PKTRAP_FRAME)((ULONG_PTR)Thread->InitialStack - // ROUND_UP(sizeof(KTRAP_FRAME), KTRAP_FRAME_ALIGN) -