This is the mail archive of the frysk@sourceware.org mailing list for the frysk project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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! ");
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |