Re: [hatari-devel] small bug in DebugCpu_MemDump

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hi,

On 08/08/2018 12:15 AM, Nicolas Pomarède wrote:
Eero, there's a small bug in the memdump 'm' command.

If you type :
m 0

you get :
Invalid width mode (not b|w|l)!

Same for any address on one single char (ie $0 to $f) ; in that case the address is badly interpreted as the optional mode b|w|l.

In the code, I see that only non-single address defaults to 'b' mode, but it's not really handy to add 'b' when address is '0' for example.
Workaround would have been using:
	m 00

But I commited a fix for it.


	- Eero



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/