From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10933 invoked by alias); 20 Jun 2007 13:31:01 -0000 Received: (qmail 10924 invoked by uid 22791); 20 Jun 2007 13:31:00 -0000 X-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME X-Spam-Check-By: sourceware.org Received: from rgminet01.oracle.com (HELO rgminet01.oracle.com) (148.87.113.118) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Jun 2007 13:30:58 +0000 Received: from rgmsgw01.us.oracle.com (rgmsgw01.us.oracle.com [138.1.186.51]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id l5KDUtMS013528 for ; Wed, 20 Jun 2007 07:30:55 -0600 Received: from ca-server1.us.oracle.com (ca-server1.us.oracle.com [139.185.48.5]) by rgmsgw01.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id l5KDUrrY002710 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Wed, 20 Jun 2007 07:30:54 -0600 Received: from kvanhees by ca-server1.us.oracle.com with local (Exim 4.63) (envelope-from ) id 1I10Gq-0003Iq-MV; Wed, 20 Jun 2007 06:30:52 -0700 Date: Wed, 20 Jun 2007 13:42:00 -0000 From: Kris Van Hees To: Kris Van Hees Cc: frysk@sourceware.org Subject: Re: Patch to the current tree (for this week's call) Message-ID: <20070620133052.GG3085@ca-server1.us.oracle.com> References: <20070620132347.GF3085@ca-server1.us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070620132347.GF3085@ca-server1.us.oracle.com> User-Agent: Mutt/1.5.11 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00358.txt.bz2 Oh, and to actuallyget past the first problem, you need to change the glade file for the memory window to allow the full 64-bit range for the from and to spin buttons. Kris On Wed, Jun 20, 2007 at 06:23:48AM -0700, Kris Van Hees wrote: > Here is the patch that needs to be applied to the current CVS HEAD to > get the same tree as what will be used for the demo. > > Cheers, > Kris > Index: frysk-gui/frysk/gui/srcwin/SourceWindow.java > =================================================================== > RCS file: /cvs/frysk/frysk-gui/frysk/gui/srcwin/SourceWindow.java,v > retrieving revision 1.258 > diff -r1.258 SourceWindow.java > 2895c2895 > < if (! (isa instanceof frysk.proc.IsaIA32 || isa instanceof frysk.proc.IsaPPC)) > --- > > if (! (isa instanceof frysk.proc.IsaIA32 || isa instanceof frysk.proc.IsaPPC || isa instanceof frysk.proc.IsaX8664)) > 2899c2899 > < + " on 64-bit architectures! "); > --- > > + " on this architectures! "); > 2924c2924 > < if (! (isa instanceof frysk.proc.IsaIA32 || isa instanceof frysk.proc.IsaPPC)) > --- > > if (! (isa instanceof frysk.proc.IsaIA32 || isa instanceof frysk.proc.IsaPPC || isa instanceof frysk.proc.IsaX8664)) > 2928c2928 > < + " on 64-bit architectures! "); > --- > > + " on this architectures! ");