aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-bc
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
commit96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch)
tree7650cfe102643b74d6ad1d3efe1771281b5e66f0 /emulators/qemu-devel/files/patch-bc
parent503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff)
Diffstat (limited to 'emulators/qemu-devel/files/patch-bc')
-rw-r--r--emulators/qemu-devel/files/patch-bc12
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/qemu-devel/files/patch-bc b/emulators/qemu-devel/files/patch-bc
deleted file mode 100644
index 7ad83440d48b..000000000000
--- a/emulators/qemu-devel/files/patch-bc
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: qemu/i386-dis.c
-@@ -2896,6 +2896,10 @@
- OP_E (bytemode, sizeflag);
- }
-
-+#ifndef PRIx64
-+#define PRIx64 "llx"
-+#endif
-+
- static void
- print_operand_value (buf, hex, disp)
- char *buf;