git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15323 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2022-01-09 06:18:43 +00:00
parent c4de483c47
commit ea26424d45
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ static msg_t reloc_entry(elf_load_context_t *ctxp,
break;
case R_ARM_THM_PC22:
case R_ARM_THM_JUMP24:
/* TODO */
default:
return CH_RET_ENOEXEC;
}