Kinsey Moore started a new discussion on bsps/riscv/shared/start/start.S: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1148#note_146233

 >  #endif
 >  
 >      /* Init FPU */
 > -#if defined( __riscv_flen ) && !defined( RISCV_USE_S_MODE )
 > +#if defined( __riscv_flen )
 >      li      t0, MSTATUS_FS

This is technically the same value as SSTATUS_FS, but S-mode should use this 
definition instead.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1148#note_146233
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to