nuttx: resolve various 'FAR' and 'CODE' issues

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2024-08-25 16:37:15 -04:00 committed by Xiang Xiao
parent a4b4fd16e9
commit 1528b8dcca
43 changed files with 128 additions and 121 deletions

View file

@ -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;