2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-26 11:48:27 +08:00

firmware: fix compilation warning

This commit is contained in:
Sebastien Bourdeauducq 2021-11-22 18:23:28 +08:00
parent bd95d9cf3d
commit 34789767f0

View File

@ -129,8 +129,6 @@ _abs_start:
restores caller saved registers and then returns.
*/
.global _start_trap
/* Make it .weak so PAC/HAL can provide their own if needed. */
.weak _start_trap
_start_trap:
addi sp, sp, -16*REGBYTES