From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKD9b-00065i-0j for qemu-devel@nongnu.org; Mon, 04 Sep 2006 08:02:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKD9Z-00064k-JN for qemu-devel@nongnu.org; Mon, 04 Sep 2006 08:02:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKD9Z-00064T-BB for qemu-devel@nongnu.org; Mon, 04 Sep 2006 08:02:13 -0400 Received: from [217.10.32.17] (helo=comtv.ru) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GKDK4-0004vk-RJ for qemu-devel@nongnu.org; Mon, 04 Sep 2006 08:13:05 -0400 Date: Mon, 4 Sep 2006 16:02:29 +0400 (MSD) From: malc Subject: Re: [Qemu-devel] Re: esd audio output patch and debuging. In-Reply-To: <200609041056.42244.kumbayo84@arcor.de> Message-ID: References: <200609041056.42244.kumbayo84@arcor.de> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-1639698244-1157371349=:867" Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Oberndorfer Cc: qemu-devel@nongnu.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1639698244-1157371349=:867 Content-Type: TEXT/PLAIN; charset=koi8-r; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 4 Sep 2006, Peter Oberndorfer wrote: > On Monday 04 September 2006 00:33, malc wrote: >> Frederick Reeve solace.info> writes: >> >>> >>> Hello. >>> >> >> [..snip..] >> > =9A =9A =9Aif (info->sign) { > - =9A =9A =9A =9Amemset (buf, 0x00, len << info->shift); > + =9A =9A =9A =9Amemset (buf, len << info->shift, 0x00); > =9A =9A =9A} > =9A =9A =9Aelse { > =9A =9A =9A =9A =9Aif (info->bits =3D=3D 8) { > - =9A =9A =9A =9A =9A =9Amemset (buf, 0x80, len << info->shift); > + =9A =9A =9A =9A =9A =9Amemset (buf, len << info->shift, 0x80); > =9A =9A =9A =9A =9A} > > > This part looks wrong (swapped parameters) Yes, that was fixed in CVS a while ago i just never updated my own repository. -- mailto:malc@pulsesoft.com --8323328-1639698244-1157371349=:867--