From faa1f56b5d4ea2e756b8ab44563d1fb68f7595e1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 8 May 2014 16:58:10 -0600 Subject: 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. --- nuttx/binfmt/binfmt_dumpmodule.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/binfmt/binfmt_dumpmodule.c') diff --git a/nuttx/binfmt/binfmt_dumpmodule.c b/nuttx/binfmt/binfmt_dumpmodule.c index d320bc830..c1ea7fac0 100644 --- a/nuttx/binfmt/binfmt_dumpmodule.c +++ b/nuttx/binfmt/binfmt_dumpmodule.c @@ -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 -- cgit v1.2.3