mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
binfmt: nxstyle fixes
small nxstyle fixes for binfmt to avoid CI warnings Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
@@ -75,7 +75,9 @@ int dump_module(FAR const struct binary_s *bin)
|
||||
binfo(" argv: %p\n", bin->argv);
|
||||
binfo(" entrypt: %p\n", bin->entrypt);
|
||||
binfo(" mapped: %p size=%d\n", bin->mapped, bin->mapsize);
|
||||
binfo(" alloc: %p %p %p\n", bin->alloc[0], bin->alloc[1], bin->alloc[2]);
|
||||
binfo(" alloc: %p %p %p\n", bin->alloc[0],
|
||||
bin->alloc[1],
|
||||
bin->alloc[2]);
|
||||
#ifdef CONFIG_BINFMT_CONSTRUCTORS
|
||||
binfo(" ctors: %p nctors=%d\n", bin->ctors, bin->nctors);
|
||||
binfo(" dtors: %p ndtors=%d\n", bin->dtors, bin->ndtors);
|
||||
|
||||
Reference in New Issue
Block a user