The From and To spin buttons do not allow an increase of their values, presumably due to overly restrictive upper bounds on their values (similar to bug #4611)on 64-bit platforms when the current pc is above the configured upper bound.
2007-06-11 Mike Cvet <mcvet@redhat.com> * memory/MemoryWindow.java (setTask): Default to reading 64-bit words on 64-bit platforms. (setTask.formatDialog.lifeCycleEvent): Refresh display on dialog exit. (setTask.bitsCombo.comboBoxEvent): Update column titles on new bit selection. * disassembler/DisassemblyWindow.java (setTask): Hide format button instead of shading out. (handleToSpin): Fix a couple of spinning bugs.
-> fixer
fixed by mcvet