Optimize NtGetContextThread a bit and fix use of unitinialized memory if PreviousMode...
authorGregor Anich <blight@blight.eu.org>
Thu, 3 Nov 2005 00:34:09 +0000 (00:34 +0000)
committerGregor Anich <blight@blight.eu.org>
Thu, 3 Nov 2005 00:34:09 +0000 (00:34 +0000)
commit55db859f00c295f4bf8612cd58c6c49a9c76415a
treefc3645a397c4f1cd0ea01fffb45d1380bfc05654
parent662797cc94dad4a459d1cb38cab452b95d13021c
Optimize NtGetContextThread a bit and fix use of unitinialized memory if PreviousMode == KernelMode and Thread ==
CurrentThread (thanks to Thomas for spotting!)

svn path=/trunk/; revision=18967
reactos/ntoskrnl/ps/debug.c