From 533e6a2bfdc63de3e14f13300ee064564cd9375d Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Sat, 12 Jul 2014 23:56:04 +0000 Subject: Patch 16583 (MaddTheSane); git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90937 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpcsxcore/debug.c') diff --git a/libpcsxcore/debug.c b/libpcsxcore/debug.c index 2a9bd5a4..b5497d11 100755 --- a/libpcsxcore/debug.c +++ b/libpcsxcore/debug.c @@ -422,8 +422,8 @@ void ProcessDebug() { static void ProcessCommands() { int code, i, dumping; FILE *sfile; - char cmd[257], *arguments, *p, reply[10240], *save, *dump; - u32 reg, value, size, address; + char cmd[257], *arguments, *p, reply[10240], *save, *dump = NULL; + u32 reg, value, size = 0, address; breakpoint_t *bp; if (!HasClient()) -- cgit v1.2.3