From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4401 invoked by alias); 24 Sep 2010 04:50:42 -0000 Received: (qmail 4364 invoked by uid 22791); 24 Sep 2010 04:50:41 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 24 Sep 2010 04:50:37 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o8O4oZhX030020 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Sep 2010 00:50:35 -0400 Received: from mesquite.lan (ovpn-113-43.phx2.redhat.com [10.3.113.43]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8O4oYxN010148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Fri, 24 Sep 2010 00:50:35 -0400 Date: Fri, 24 Sep 2010 12:39:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [commit/rx sim] Fix a "Cycle count not updated!" abort Message-ID: <20100923215034.3025c91a@mesquite.lan> In-Reply-To: <07CF7725-C966-407A-ACBF-FA7EA6618B3F@monami-software.com> References: <20100923163939.30023897@mesquite.lan> <07CF7725-C966-407A-ACBF-FA7EA6618B3F@monami-software.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2010-09/txt/msg00429.txt.bz2 On Fri, 24 Sep 2010 10:39:24 +0900 Masaki Muranaka wrote: > > * rx.c (decode_opcode): Declare `rx' as unsigned. > > it should be `tx'? You're correct. Thanks for catching this. I've fixed and committed the relevant ChangeLog entry. Kevin