Skip to content

Commit

Permalink
Resolve inthandler.S compilation error
Browse files Browse the repository at this point in the history
src/inthandler.S:238: Error: attempt to store non-zero value in section
`.bss'
  • Loading branch information
meeq committed Jun 6, 2017
1 parent a8f9c8d commit 42170cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/inthandler.S
Expand Up @@ -235,7 +235,6 @@ endint:

.section .bss
.global __baseRegAddr
.long __baseRegAddr

.align 8
__baseRegAddr:
Expand Down Expand Up @@ -308,4 +307,3 @@ endint:
.lcomm saveFR30, 8
.lcomm saveFR31, 8
.lcomm exception_stack, 65*1024

0 comments on commit 42170cd

Please sign in to comment.