fixed uninitialized variable warning

svn path=/trunk/; revision=17460
This commit is contained in:
Thomas Bluemel 2005-08-21 15:00:29 +00:00
parent c0e80c80f9
commit 5d1efdc288

View file

@ -1081,7 +1081,7 @@ KdpGdbEnterDebuggerException(PEXCEPTION_RECORD ExceptionRecord,
BOOLEAN Stepping;
LONG Address;
LONG Length;
LONG SigVal;
LONG SigVal = 0;
LONG NewPC;
PCHAR ptr;