fix a typo

svn path=/branches/ros-amd64-bringup/; revision=37432
This commit is contained in:
Timo Kreuzer 2008-11-18 02:31:40 +00:00
parent 39f948a7a4
commit 0460be46a7

View file

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