Skip to content

Commit

Permalink
software/bios/isr.c: workaround compilation issue (need to be fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed May 24, 2019
1 parent 28ba8b3 commit 712977a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/software/bios/isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
//printf("# mtval: %016lx\n", csrr(mtval)); // FIXME
printf("# mie: %016lx\n", csrr(mie));
printf("# mip: %016lx\n", csrr(mip));
printf("###########################\n\n");
Expand Down

0 comments on commit 712977a

Please sign in to comment.