Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonathan Currier
litex
Commits
961101d8
Commit
961101d8
authored
5 years ago
by
Florent Kermarrec
Browse files
Options
Download
Email Patches
Plain Diff
bios/irc: remove compilation workaround
parent
cd543b29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
litex/soc/software/bios/isr.c
litex/soc/software/bios/isr.c
+1
-1
No files found.
litex/soc/software/bios/isr.c
View file @
961101d8
...
...
@@ -34,7 +34,7 @@ void isr(void)
printf
(
"# plic_pending: %08x
\n
"
,
irq_pending
());
printf
(
"# mepc: %016lx
\n
"
,
csrr
(
mepc
));
printf
(
"# mcause: %016lx
\n
"
,
csrr
(
mcause
));
//
printf("# mtval: %016lx\n", csrr(mtval));
// FIXME
printf
(
"# mtval: %016lx
\n
"
,
csrr
(
mtval
));
printf
(
"# mie: %016lx
\n
"
,
csrr
(
mie
));
printf
(
"# mip: %016lx
\n
"
,
csrr
(
mip
));
printf
(
"###########################
\n\n
"
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment