Bug 3031 - MemoryWindow doesn't properly represent 64-bit words on x86
Summary: MemoryWindow doesn't properly represent 64-bit words on x86
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 3119
  Show dependency treegraph
 
Reported: 2006-08-10 16:03 UTC by Mike Cvet
Modified: 2006-11-21 18:11 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Cvet 2006-08-10 16:03:33 UTC
Instead of displaying the word, the columns are blank instead.
Comment 1 Mike Cvet 2006-08-10 16:03:55 UTC
Log message:
        2006-07-12  Mike Cvet  <mcvet@redhat.com>
        
        * memory/MemoryWindow.java: Cleaned up and commented.
        (refreshList): Now using BigInteger to represent any 64-bit words
        so that they can properly and correctly be displayed in positive
        and negative binary form.