sbinfo: fix arm hasentry flags, otherwise elf files are marked as having to entry point...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28718 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2010-12-01 18:19:36 +00:00
parent 1583b1cd53
commit db9445abd7

View file

@ -74,7 +74,7 @@ typedef struct
#define EV_CURRENT 1 /* Current version */
#define EF_ARM_HASENTRY 0x0
#define EF_ARM_HASENTRY 0x00000002
#define SHN_UNDEF 0 /* Undefined section */