mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
nuttx: resolve various 'FAR' and 'CODE' issues
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
a4b4fd16e9
commit
1528b8dcca
43 changed files with 128 additions and 121 deletions
|
|
@ -468,7 +468,7 @@ static void elf_emit_memory(FAR struct elf_dumpinfo_s *cinfo, int memsegs)
|
|||
|
||||
static void elf_emit_tcb_phdr(FAR struct elf_dumpinfo_s *cinfo,
|
||||
FAR struct tcb_s *tcb,
|
||||
FAR Elf_Phdr *phdr, off_t *offset)
|
||||
FAR Elf_Phdr *phdr, FAR off_t *offset)
|
||||
{
|
||||
uintptr_t sp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue