updates ehrenberg devices and BSP
This commit is contained in:
4
env/start.S
vendored
4
env/start.S
vendored
@@ -37,11 +37,11 @@ _start:
|
||||
2:
|
||||
|
||||
/* Call global constructors */
|
||||
//#ifdef HAVE_INIT_FINI
|
||||
#ifndef HAVE_NO_INIT_FINI
|
||||
la a0, __libc_fini_array
|
||||
call atexit
|
||||
call __libc_init_array
|
||||
//#endif
|
||||
#endif
|
||||
#ifndef __riscv_float_abi_soft
|
||||
/* Enable FPU */
|
||||
li t0, MSTATUS_FS
|
||||
|
Reference in New Issue
Block a user