summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-bc
blob: 7ad83440d48b655d5a4c4ac9f2333afe4e2a479a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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;