6731665740
A fast CPU emulator environment. PR: 67506 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
12 lines
194 B
Text
12 lines
194 B
Text
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;
|