forked from Imagelibrary/rtems
shell: Correct argument order of mfill
Close #3723.
(cherry picked from commit 2e8a66d13f)
This commit is contained in:
committed by
Gedare Bloom
parent
68f2ea07c2
commit
e816b4e961
@@ -62,7 +62,7 @@ int rtems_shell_main_mfill(
|
|||||||
/*
|
/*
|
||||||
* Now fill the memory.
|
* Now fill the memory.
|
||||||
*/
|
*/
|
||||||
memset(addr, size, value);
|
memset(addr, value, size);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user