]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/crt0.S
Added the "full" demo to the RISC-V_RV32_SiFive_HiFive1_GCC demo - backup check in...
[freertos] / FreeRTOS / Demo / RISC-V_RV32_SiFive_HiFive1_GCC / freedom-metal / gloss / crt0.S
index 2141915ea955c011bb2af66439fd986e62f4c0b7..7ddab4d416a8e1245c0fbda93cacfc5f8558e968 100644 (file)
@@ -125,7 +125,7 @@ _start:
   /* The RISC-V port only uses new-style constructors and destructors. */
   la a0, __libc_fini_array
   call atexit
-  call __libc_init_array
+/*_RB_  call __libc_init_array */
 
 _skip_init: