mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces.
This commit is contained in:
@@ -100,7 +100,9 @@ int dump_module(FAR const struct binary_s *bin)
|
||||
bdbg(" addrenv: %p\n", bin->addrenv);
|
||||
#endif
|
||||
bdbg(" stacksize: %d\n", bin->stacksize);
|
||||
bdbg(" unload: %p\n", bin->unload);
|
||||
}
|
||||
|
||||
return OK;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user