software/bios: default length 4 for mr command
This commit is contained in:
parent
eaef3464e9
commit
2ae504fb9b
|
@ -79,7 +79,7 @@ static void mr(char *startaddr, char *len)
|
|||
return;
|
||||
}
|
||||
if(*len == 0) {
|
||||
length = 1;
|
||||
length = 4;
|
||||
} else {
|
||||
length = strtoul(len, &c, 0);
|
||||
if(*c != 0) {
|
||||
|
|
Loading…
Reference in New Issue