blob: 4a95664a62d4e25b8f742f7e6e8d4e66f223ed54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/tools/uzem/gdbserver.h.orig 2019-02-20 16:01:50.438170989 +0100
+++ b/tools/uzem/gdbserver.h 2019-02-20 16:02:53.561503233 +0100
@@ -66,7 +66,7 @@ class Breakpoints: public vector<dword>
#define GET_BIG_ENDIAN16(byte1,byte2) ((byte2 << 8) | byte1)
#ifdef USE_GDBSERVER_DEBUG
- #define gdb_debug(fmt,...) fprintf(stderr,"[GDB] "fmt, ##__VA_ARGS__)
+ #define gdb_debug(fmt,...) fprintf(stderr,"[GDB] "/**/fmt, ##__VA_ARGS__)
#else
#define gdb_debug(fmt,...)
#endif
|