summaryrefslogtreecommitdiffstats
path: root/nuttx/binfmt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-06-21 19:36:07 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-06-21 19:36:07 +0000
commit75c62bdcfd41bd44f1cc54c426434285a5adf651 (patch)
tree7ca44f764a44392396b8a78d00af683bb782418f /nuttx/binfmt
parentf8a6ecc96606eaefa4fa4951271ee1e80f5f58d3 (diff)
Symbol table is ordered
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1924 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/binfmt')
-rw-r--r--nuttx/binfmt/nxflat.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/binfmt/nxflat.c b/nuttx/binfmt/nxflat.c
index 53f689a9be..20795dae45 100644
--- a/nuttx/binfmt/nxflat.c
+++ b/nuttx/binfmt/nxflat.c
@@ -94,9 +94,9 @@ static void nxflat_dumpmemory(void *addr, int nbytes)
bdbg(" %p: %02x %02x %02x %02x\n", ptr, ptr[0], ptr[1], ptr[2], ptr[3]);
}
}
-#else /* CONFIG_XFLAT_DEBUG */
+#else
# define nnxflat_dumpmemory(a,n)
-#endif /* CONFIG_XFLAT_DEBUG */
+#endif
/****************************************************************************
* Name: nxflat_dumploadinfo
@@ -131,9 +131,9 @@ static void nxflat_dumploadinfo(struct nxflat_loadinfo_s *loadinfo)
bdbg(" NXFLT HEADER:");
bdbg(" header: %p\n", loadinfo->header);
}
-#else /* CONFIG_XFLAT_DEBUG */
+#else
# define nxflat_dumploadinfo(i)
-#endif /* CONFIG_XFLAT_DEBUG */
+#endif
/****************************************************************************
* Name: nxflat_loadbinary