summaryrefslogtreecommitdiff
path: root/emulators/qemu/files/patch-bc
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-06-03 02:12:52 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-06-03 02:12:52 +0000
commit6731665740417f7b4a740848f58d3dcdec987a6f (patch)
treed75ef716fc45f7aae92001ab3ab507fe24a5168d /emulators/qemu/files/patch-bc
parentupgrade to 2.12 (diff)
Add port for qemu 0.5.5 snapshot of 04/05/30,
A fast CPU emulator environment. PR: 67506 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Notes
Notes: svn path=/head/; revision=110715
Diffstat (limited to 'emulators/qemu/files/patch-bc')
-rw-r--r--emulators/qemu/files/patch-bc12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/qemu/files/patch-bc b/emulators/qemu/files/patch-bc
new file mode 100644
index 000000000000..7ad83440d48b
--- /dev/null
+++ b/emulators/qemu/files/patch-bc
@@ -0,0 +1,12 @@
+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;