psxfile01: floating point context required when calling fprintf

This avoids an exception (FP disabled) when RTEMS/Newlib have
been built with LLVM/Sparc.
This commit is contained in:
Daniel Hellstrom
2018-08-24 15:51:39 +02:00
parent 26c3f9f576
commit 655108e416
+2
View File
@@ -44,6 +44,8 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define CONFIGURE_INIT
#include <rtems/confdefs.h>