From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11885 invoked by alias); 14 Oct 2014 21:29:14 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 11875 invoked by uid 89); 14 Oct 2014 21:29:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Tue, 14 Oct 2014 21:29:11 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3jHVJ45CMSz3hj07; Tue, 14 Oct 2014 23:29:08 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3jHVJ44mHrzvh1p; Tue, 14 Oct 2014 23:29:08 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id 35eE_-zzGbuV; Tue, 14 Oct 2014 23:29:07 +0200 (CEST) X-Auth-Info: qRFvo3bXcdrWJWjN/B3UXIU0GVpGDpunxm6ijsrEQ/HwkwrkJWvxd9CcxCW6Fl0k Received: from igel.home (host-188-174-212-85.customer.m-online.net [188.174.212.85]) by mail.mnet-online.de (Postfix) with ESMTPA; Tue, 14 Oct 2014 23:29:07 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 967B62C2073; Tue, 14 Oct 2014 23:29:07 +0200 (CEST) From: Andreas Schwab To: Chen Gang Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] gdb/hppa-tdep.c: Fix a logical typo bug found by compiler warning References: <543D93DD.5000906@gmail.com> X-Yow: FEELINGS are cascading over me!!! Date: Tue, 14 Oct 2014 21:29:00 -0000 In-Reply-To: <543D93DD.5000906@gmail.com> (Chen Gang's message of "Wed, 15 Oct 2014 05:21:33 +0800") Message-ID: <87d29uxrvg.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-10/txt/msg00375.txt.bz2 Chen Gang writes: > && (((inst >> 6) & 0xf) == 0x8 > - || (inst >> 6) & 0xf) == 0x9)) > + || ((inst >> 6) & 0xf) == 0x9))) ((inst >> 6) & 0xe) == 8 Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."