summaryrefslogtreecommitdiff
path: root/libpcsxcore/debug.c
diff options
context:
space:
mode:
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())