mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Improved binfmt debug output
This commit is contained in:
@@ -61,7 +61,6 @@
|
||||
#define ELF_ALIGNUP(a) (((unsigned long)(a) + ELF_ALIGN_MASK) & ~ELF_ALIGN_MASK)
|
||||
#define ELF_ALIGNDOWN(a) ((unsigned long)(a) & ~ELF_ALIGN_MASK)
|
||||
|
||||
|
||||
#ifndef MAX
|
||||
#define MAX(x,y) ((x) > (y) ? (x) : (y))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user