From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19887 invoked by alias); 13 Jun 2002 16:41:48 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19855 invoked from network); 13 Jun 2002 16:41:44 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 13 Jun 2002 16:41:44 -0000 Received: from tooth.toronto.redhat.com (unknown [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 70D37B8846; Thu, 13 Jun 2002 12:41:44 -0400 (EDT) Received: (from fche@localhost) by tooth.toronto.redhat.com (8.11.6/8.11.6) id g5DGfis08167; Thu, 13 Jun 2002 12:41:44 -0400 X-Authentication-Warning: tooth.toronto.redhat.com: fche set sender to fche@redhat.com using -f To: trix@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: patch d10v sim large transfers. References: <3D08C70D.4CB485D4@redhat.com> Content-Type: text/plain; charset=US-ASCII From: fche@redhat.com (Frank Ch. Eigler) Date: Thu, 13 Jun 2002 09:41:00 -0000 In-Reply-To: <3D08C70D.4CB485D4@redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 X-SW-Source: 2002-06/txt/msg00216.txt.bz2 trix wrote: > The size is never decrements in xfer_mem. > [...] Why would it need to be decremented? xfered is incremented; why not just return that value? - FChE