qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-3.1 0/2] Fix disas/nanomips


From: Stefan Weil
Subject: [Qemu-devel] [PATCH for-3.1 0/2] Fix disas/nanomips
Date: Tue, 27 Nov 2018 13:17:22 +0100

These two patches fix wrong format strings used in disas/nanomips.

The first patch replaces proprietary data types by POSIX data types,
because otherwise the PRI... macros cannot be used in the second patch.

Those patches are only relevant for 3.1 if full nanomips support is considered
important enought and if QEMU is used on big endian machines (I think
the old code will work on little endian hosts even with wrong format
strings).

I use those patches for QEMU for Windows because that is compiled with
more compiler warnings, so compilation would fail without the fix.

Regards
Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]