Commit 4abe615b841f5f992440fc8ed5b496b1b22c655b

Authored by bellard
1 parent a412ac57

removed debug


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@336 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
gdbstub.c
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 #include "thunk.h" 37 #include "thunk.h"
38 #include "exec.h" 38 #include "exec.h"
39 39
40 -#define DEBUG_GDB 40 +//#define DEBUG_GDB
41 41
42 int gdbstub_fd = -1; 42 int gdbstub_fd = -1;
43 43