public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [patch] fix 64-bit addresses in memory wiindow
@ 2002-09-19 23:06 Martin M. Hunt
  0 siblings, 0 replies; only message in thread
From: Martin M. Hunt @ 2002-09-19 23:06 UTC (permalink / raw)
  To: insight

I checked this simple fix in.

-- 
Martin Hunt
GDB Engineer
Red Hat, Inc.

2002-09-19  Martin M. Hunt  <hunt@redhat.com>

	* library/memwin.itb (incr_addr): Fix 64-bit addresses.

===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/memwin.itb,v
retrieving revision 1.19
diff -u -u -r1.19 memwin.itb
--- library/memwin.itb  1 Aug 2002 01:19:02 -0000       1.19
+++ library/memwin.itb  20 Sep 2002 06:02:44 -0000
@@ -555,7 +555,7 @@
   }
   $itk_component(table) config -bg $::Colors(textbg) -state normal
   $itk_interior.f.cntl clear
-  $itk_interior.f.cntl insert 0 [format "0x%x" $current_addr]
+  $itk_interior.f.cntl insert 0 $current_addr
   _update_address 1
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-20  6:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-19 23:06 [patch] fix 64-bit addresses in memory wiindow Martin M. Hunt

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).