firmware: fix for unwinder update.

This commit is contained in:
whitequark 2017-03-14 08:50:32 +00:00
parent 618942bda6
commit 80c75ed505
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@ int fprintf(FILE *stream, const char *fmt, ...)
return 0;
}
/* called by libunwind */
int fflush(FILE *stream)
{
}
/* called by libunwind */
int dladdr (const void *address, Dl_info *info)
{