mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
After cached related fix, the ELF example is now functional
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ static int elf_loadbinary(struct binary_s *binp)
|
||||
#endif
|
||||
|
||||
elf_dumpbuffer("Entry code", (FAR const uint8_t*)binp->entrypt,
|
||||
MIN(loadinfo.elfsize - loadinfo.ehdr.e_entry, 512));
|
||||
MIN(loadinfo.textsize - loadinfo.ehdr.e_entry, 512));
|
||||
|
||||
elf_uninit(&loadinfo);
|
||||
return OK;
|
||||
|
||||
Reference in New Issue
Block a user