Skip to content

Commit 67f67f0

Browse files
committed
Remove duplicated .global from default_setup_interrupts
1 parent d1e0564 commit 67f67f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

riscv-rt/asm.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ _start_trap:
173173
.section .text
174174
.global default_setup_interrupts
175175

176-
.global default_setup_interrupts
177176
default_setup_interrupts:
178177
// Set trap handler
179178
la t0, _start_trap

0 commit comments

Comments
 (0)