Skip to content
Snippets Groups Projects
Commit 3c4fdca3 authored by wrickert's avatar wrickert
Browse files

Added option so Arch Linux will pull in zicsr support

parent 32958544
No related branches found
No related tags found
No related merge requests found
......@@ -765,7 +765,8 @@ void handle_reset()
.option norelax\n\
la gp, __global_pointer$\n\
.option pop\n\
la sp, _eusrstack\n"
la sp, _eusrstack\n\
.option arch, +zicsr\n"
// Setup the interrupt vector, processor status and INTSYSCR.
" li a0, 0x80\n\
csrw mstatus, a0\n\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment