public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: frysk@sourceware.org
Subject: Re: frysk-core/frysk debuginfo/ChangeLog debuginfo ...
Date: Tue, 14 Aug 2007 09:48:00 -0000	[thread overview]
Message-ID: <1187084861.3805.2.camel@dijkstra.wildebeest.org> (raw)
In-Reply-To: <20070813234217.10990.qmail@sourceware.org>

Hi Andrew,

On Mon, 2007-08-13 at 23:42 +0000, cagney@sourceware.org wrote:
> 	2007-08-13  Andrew Cagney  <cagney@redhat.com>
> 	
> 	* Value.java (asLong): Replace longValue.
> 	(intValue): Delete.
> 	* ArithmeticType.java: Use asLong.
> 	* PointerType.java: Ditto.

Found one more place this needed replaced. Fixed as follows:

2007-08-14  Mark Wielaard  <mwielaard@redhat.com>

       * InlineSourceView.java (mouseEvent): Use asLong instead of
       longValue.

Cheers,

Mark

diff -u -r1.19 InlineSourceView.java
--- frysk-gui/frysk/gui/srcwin/InlineSourceView.java    31 Jul 2007 20:31:50 -0000      1.19
+++ frysk-gui/frysk/gui/srcwin/InlineSourceView.java    14 Aug 2007 09:39:00 -0000
@@ -240,7 +240,7 @@
             if (var != null)
               {
                 MenuItem valueItem;
-               valueItem = new MenuItem("Value: " + var.longValue(), true);
+               valueItem = new MenuItem("Value: " + var.asLong(), true);
                valueItem.setSensitive(false);
                m.append(valueItem);
                 


       reply	other threads:[~2007-08-14  9:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20070813234217.10990.qmail@sourceware.org>
2007-08-14  9:48 ` Mark Wielaard [this message]
     [not found] <20071012215305.26224.qmail@sourceware.org>
2007-10-13 18:16 ` Mark Wielaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1187084861.3805.2.camel@dijkstra.wildebeest.org \
    --to=mark@klomp.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).