summaryrefslogtreecommitdiff
path: root/pcr/uzem/uzem-c++14.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/uzem/uzem-c++14.patch')
-rw-r--r--pcr/uzem/uzem-c++14.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/uzem/uzem-c++14.patch b/pcr/uzem/uzem-c++14.patch
new file mode 100644
index 000000000..4a95664a6
--- /dev/null
+++ b/pcr/uzem/uzem-c++14.patch
@@ -0,0 +1,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