Explorar el Código

Document .weak usage.

Karol Harasim hace 5 años
padre
commit
3047813439
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      riscv-rt/asm.S

+ 1 - 0
riscv-rt/asm.S

@@ -125,6 +125,7 @@ _abs_start:
 */
 .section .trap, "ax"
 .global _start_trap
+/* Make it .weak so PAC/HAL can provide their own if needed. */
 .weak _start_trap
 
 _start_trap: