mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
binfmt: Move argv copy into exec_module
and remove the related fields from struct binary_s Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
a54fe4ee1e
commit
cf78a5b6cf
@@ -58,7 +58,6 @@ int binfmt_dumpmodule(FAR const struct binary_s *bin)
|
||||
{
|
||||
binfo("Module:\n");
|
||||
binfo(" filename: %s\n", bin->filename);
|
||||
binfo(" argv: %p\n", bin->argv);
|
||||
binfo(" entrypt: %p\n", bin->entrypt);
|
||||
binfo(" mapped: %p size=%zd\n", bin->mapped, bin->mapsize);
|
||||
binfo(" alloc: %p %p %p\n", bin->alloc[0],
|
||||
|
||||
Reference in New Issue
Block a user