Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Remove duplicated .global from default_setup_interrupts
Browse files Browse the repository at this point in the history
  • Loading branch information
khrs committed Jun 2, 2020
1 parent 6a380a8 commit aaa7a79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ _start_trap:
.section .text
.global default_setup_interrupts

.global default_setup_interrupts
default_setup_interrupts:
// Set trap handler
la t0, _start_trap
Expand Down

0 comments on commit aaa7a79

Please sign in to comment.