nshlib: Fix the ps command format
Summary: - I noticed that the ps command shows the wrong format due to recent changes on sigmask length from 32bits to 64bits - This commit fixes this issue Impact: - None Testing: - Tested with sabre-6quad:smp on qemu-7.1 Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
fd9c92e2e9
commit
125cf7abe2
@ -627,7 +627,7 @@ int cmd_ps(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv)
|
||||
"%3s "
|
||||
#endif
|
||||
"%3s %-8s %-7s %3s %-8s %-9s "
|
||||
"%-8s "
|
||||
"%-16s "
|
||||
#if CONFIG_MM_BACKTRACE >= 0 && !defined(CONFIG_NSH_DISABLE_PSHEAPUSAGE)
|
||||
"%8s "
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user