mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-08 02:15:08 +00:00
6731665740
A fast CPU emulator environment. PR: 67506 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
13 lines
194 B
Plaintext
13 lines
194 B
Plaintext
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;
|