From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNr5v-0003Z8-Ue for qemu-devel@nongnu.org; Mon, 15 Oct 2012 16:17:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNr5v-0007Nd-38 for qemu-devel@nongnu.org; Mon, 15 Oct 2012 16:16:59 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:40788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNr5u-0007NV-TH for qemu-devel@nongnu.org; Mon, 15 Oct 2012 16:16:59 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so5213876pbb.4 for ; Mon, 15 Oct 2012 13:16:57 -0700 (PDT) Sender: Richard Henderson Message-ID: <507C6F33.6060208@twiddle.net> Date: Tue, 16 Oct 2012 06:16:51 +1000 From: Richard Henderson MIME-Version: 1.0 References: <1350076850-7099-1-git-send-email-rth@twiddle.net> <1350076850-7099-2-git-send-email-rth@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] exec: Split up and tidy code_gen_buffer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org 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~