mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=17460
This commit is contained in:
@@ -1081,7 +1081,7 @@ KdpGdbEnterDebuggerException(PEXCEPTION_RECORD ExceptionRecord,
|
||||
BOOLEAN Stepping;
|
||||
LONG Address;
|
||||
LONG Length;
|
||||
LONG SigVal;
|
||||
LONG SigVal = 0;
|
||||
LONG NewPC;
|
||||
PCHAR ptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user