fixed uninitialized variable warning
authorThomas Bluemel <thomas@reactsoft.com>
Sun, 21 Aug 2005 15:00:29 +0000 (15:00 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sun, 21 Aug 2005 15:00:29 +0000 (15:00 +0000)
svn path=/trunk/; revision=17460

reactos/ntoskrnl/kd/wrappers/gdbstub.c

index 5dbb150..5c69ba9 100644 (file)
@@ -1081,7 +1081,7 @@ KdpGdbEnterDebuggerException(PEXCEPTION_RECORD ExceptionRecord,
   BOOLEAN Stepping;
   LONG Address;
   LONG Length;
-  LONG SigVal;
+  LONG SigVal = 0;
   LONG NewPC;
   PCHAR ptr;