From: Andrew Waterman Date: Wed, 13 Jan 2016 00:16:14 +0000 (-0800) Subject: Write 1, not 0, to MIPI X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9975974d7bde9fc7421dd03e28db3958602c11aa;p=riscv-tests.git Write 1, not 0, to MIPI --- diff --git a/isa/rv64mi/ipi.S b/isa/rv64mi/ipi.S index a427b76..8aca665 100644 --- a/isa/rv64mi/ipi.S +++ b/isa/rv64mi/ipi.S @@ -27,7 +27,7 @@ RVTEST_CODE_BEGIN bgeu a2, a3, 1b # send a self-IPI - csrwi mipi, 0 + csrwi mipi, 1 1: j 1b mtvec_handler: