summaryrefslogtreecommitdiff
path: root/pcr/uzem/uzem-c++14.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-21 00:13:51 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-21 00:13:51 +0100
commit049ba42d27e5eb1d615d606723af2995f484cf53 (patch)
tree3bf6bd3e3d813d02a1e607e30215273a1e8debdb /pcr/uzem/uzem-c++14.patch
parent6bc15bfbc43c03e8560b9f9a765da215ca3f8252 (diff)
downloadabslibre-049ba42d27e5eb1d615d606723af2995f484cf53.tar.gz
abslibre-049ba42d27e5eb1d615d606723af2995f484cf53.tar.bz2
abslibre-049ba42d27e5eb1d615d606723af2995f484cf53.zip
pcr/uzem: rebuilt
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