Skip to content

Commit f09f454

Browse files
committed
Make default_setup_interrupts global
1 parent ff86cd0 commit f09f454

9 files changed

+2
-0
lines changed

riscv-rt/asm.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ _start_trap:
171171
mret
172172

173173
.section .text
174+
.global default_setup_interrupts
175+
174176
default_setup_interrupts:
175177
// Set trap handler
176178
la t0, _start_trap
28 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)