Re: [Qemu-devel] [PATCH for-3.1 2/2] disas/nanomips: Fix format strings

2018-12-23 Thread Stefan Weil
On 23.12.18 18:10, Aleksandar Markovic wrote: > Hi, Stefan, > > My plan is to accept this patch plus (in the same patch) following > changes in nanomips.h: > > This code: > > typedef unsigned short uint16; > typedef unsigned int uint32; > typedef long long int64; > typedef unsigned long long

Re: [Qemu-devel] [PATCH for-3.1 2/2] disas/nanomips: Fix format strings

2018-12-23 Thread Aleksandar Markovic
On Tue, Nov 27, 2018 at 1:19 PM Stefan Weil wrote: > > Signed-off-by: Stefan Weil > --- > disas/nanomips.cpp | 18 +++--- > 1 file changed, 11 insertions(+), 7 deletions(-) > Hi, Stefan, My plan is to accept this patch plus (in the same patch) following changes in nanomips.h: