mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Symbol table is ordered
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1924 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user