freebsd-ports/emulators/qemu-devel/files/patch-bc

13 lines
194 B
Text
Raw Normal View History

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;