瀏覽代碼

Remove superfluous parentheses from link.x

Fixes #102
Jan Niehusmann 2 年之前
父節點
當前提交
b89b4e4920
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      riscv-rt/link.x

+ 2 - 2
riscv-rt/link.x

@@ -55,8 +55,8 @@ SECTIONS
     KEEP(*(.init));
     KEEP(*(.init.rust));
     . = ALIGN(4);
-    (*(.trap));
-    (*(.trap.rust));
+    *(.trap);
+    *(.trap.rust);
 
     *(.text .text.*);
   } > REGION_TEXT