summaryrefslogtreecommitdiff
path: root/libpcsxcore/debug.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-07-12 23:56:04 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-07-12 23:56:04 +0000
commit533e6a2bfdc63de3e14f13300ee064564cd9375d (patch)
tree2e622ab8f68c65b99b076c86d4871c685f0c044a /libpcsxcore/debug.c
parent247d3802e22fe82df7e65deaa71fb20093b69ccc (diff)
downloadpcsxr-533e6a2bfdc63de3e14f13300ee064564cd9375d.tar.gz
Patch 16583 (MaddTheSane);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90937 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/debug.c')
-rwxr-xr-xlibpcsxcore/debug.c4
1 files changed, 2 insertions, 2 deletions
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())