mirror of https://github.com/m-labs/artiq.git
firmware: fix for unwinder update.
This commit is contained in:
parent
618942bda6
commit
80c75ed505
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue