Browse Source

fix oor branch via linking

onsdagens 1 year ago
parent
commit
3358321837
1 changed files with 1 additions and 1 deletions
  1. 1 1
      riscv-rt/link.x

+ 1 - 1
riscv-rt/link.x

@@ -55,7 +55,7 @@ SECTIONS
     KEEP(*(.init));
     KEEP(*(.init.rust));
     . = ALIGN(4);
-    *(.abort)
+    *(.abort);
     *(.trap);
     *(.trap.rust);