Bug 3546 - RegisterWindow RunTimeException
Summary: RegisterWindow RunTimeException
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: 2888
  Show dependency treegraph
 
Reported: 2006-11-20 22:29 UTC by Mike Cvet
Modified: 2006-11-23 15:42 UTC (History)
1 user (show)

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-11-20 22:29:32 UTC
Attempting to open the RegisterWindow through the SourceWindow on FC6 x86_64 
results in the following error:

java.lang.RuntimeException: can't handle view type 4 yet
   at frysk.gui.register.RegisterWindow.stringUsingView(FryskGui)
Comment 1 Mike Cvet 2006-11-23 15:42:59 UTC
Fixed by Tim:

Log message:
        2006-11-21  Tim Moore  <timoore@redhat.com>
        
        * register/RegisterWindow.java (stringUsingView): add FLOAT and
        DOUBLEFLOAT cases.
        
        2006-11-21  Tim Moore  <timoore@redhat.com>
        
        * IsaIA32.java (XMMRegister): New class.
        (IsaIA32): Add XMM registers.
        * RegisterView.java (getFloatField, getDoubleFloatField): New methods.