qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/4] exec: Split up and tidy code_gen_buffer


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 1/4] exec: Split up and tidy code_gen_buffer
Date: Tue, 16 Oct 2012 06:16:51 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121009 Thunderbird/16.0

On 2012-10-13 23:33, Blue Swirl wrote:
> /src/qemu/exec.c:4208: error: format '%ld' expects type 'long int',
> but argument 4 has type 'size_t'

Dang it.  And here I thought I was helping get the type right for win64.
That printf format should be changed to %zd...


r~



reply via email to

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