forked from M-Labs/artiq
libboard_misoc: fix clang STB_WEAK warning
This commit is contained in:
parent
9a6bc6dc7b
commit
d103cbea31
|
@ -129,8 +129,6 @@ _abs_start:
|
||||||
restores caller saved registers and then returns.
|
restores caller saved registers and then returns.
|
||||||
*/
|
*/
|
||||||
.global _start_trap
|
.global _start_trap
|
||||||
/* Make it .weak so PAC/HAL can provide their own if needed. */
|
|
||||||
.weak _start_trap
|
|
||||||
|
|
||||||
_start_trap:
|
_start_trap:
|
||||||
addi sp, sp, -16*REGBYTES
|
addi sp, sp, -16*REGBYTES
|
||||||
|
|
Loading…
Reference in New Issue