Skip to content

Commit 3358321

Browse files
committed
fix oor branch via linking
1 parent f823dd9 commit 3358321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-rt/link.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SECTIONS
5555
KEEP(*(.init));
5656
KEEP(*(.init.rust));
5757
. = ALIGN(4);
58-
*(.abort)
58+
*(.abort);
5959
*(.trap);
6060
*(.trap.rust);
6161

0 commit comments

Comments
 (0)