From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZX3W-000830-R6 for qemu-devel@nongnu.org; Wed, 12 Mar 2008 15:56:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZX3U-0007z6-Ta for qemu-devel@nongnu.org; Wed, 12 Mar 2008 15:56:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZX3U-0007yx-Jf for qemu-devel@nongnu.org; Wed, 12 Mar 2008 15:56:04 -0400 Received: from mtaout03-winn.ispmail.ntl.com ([81.103.221.49]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZX3U-0007BN-C4 for qemu-devel@nongnu.org; Wed, 12 Mar 2008 15:56:04 -0400 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20080312195840.REDF19530.mtaout03-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Wed, 12 Mar 2008 19:58:40 +0000 Received: from miranda.arrow ([213.107.26.151]) by aamtaout03-winn.ispmail.ntl.com with ESMTP id <20080312200047.QXBE26699.aamtaout03-winn.ispmail.ntl.com@miranda.arrow> for ; Wed, 12 Mar 2008 20:00:47 +0000 Received: from sdb by miranda.arrow with local (Exim 4.63) (envelope-from ) id 1JZX2z-0001xC-Pz for qemu-devel@nongnu.org; Wed, 12 Mar 2008 19:55:33 +0000 Date: Wed, 12 Mar 2008 19:55:33 +0000 From: Stuart Brady Message-ID: <20080312195533.GA7501@miranda.arrow> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] TCG README fixes Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, The included patch fixes a few glitches in the TCG README file. Please apply. Cheers, -- Stuart Brady diff -urN qemu-orig/tcg/README qemu-new/tcg/README --- qemu-orig/tcg/README 2008-02-04 11:21:46.000000000 +0000 +++ qemu-new/tcg/README 2008-03-12 19:50:19.000000000 +0000 @@ -223,10 +223,10 @@ t0=t1%t2 (unsigned). Undefined behavior if division by zero. -* and_i32/i64 t0, t1, t2 - ********* Logical +* and_i32/i64 t0, t1, t2 + t0=t1&t2 * or_i32/i64 t0, t1, t2 @@ -237,8 +237,6 @@ t0=t1^t2 -* shl_i32/i64 t0, t1, t2 - ********* Shifts * shl_i32/i64 t0, t1, t2