Browse Source
When compiled with hard float the system should enable FP access when it
starts or else FP instructions lead to a fault. But this minimal port does
not enable (or use) FP and so, to keep it minimal, switch to use soft
floating point. (This became an issue due to the recent commit
34c04d2319
which saves/restores FP registers
in the NLR state.)
pull/4891/head
Damien George
5 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue