diff --git a/sources/bas_printf.c b/sources/bas_printf.c index 8b87725..8c19f20 100644 --- a/sources/bas_printf.c +++ b/sources/bas_printf.c @@ -74,7 +74,7 @@ void xputchar(int c) static void doprnt(void (*addchar)(int), const char *sfmt, va_list ap) { - char buf[128]; /* FIXME: this gets allocated in BSS which is not reachable in -mpcrel code */ + char buf[128]; char *bp; const char *f; long l;