File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ _tx_thread_context_restore:
150150 csrw mepc, t0 // Setup mepc
151151 li t0, 0x1880 // Prepare MPIP
152152#if defined(__riscv_float_abi_single) || defined(__riscv_float_abi_double)
153- li t1, 1 << 13
153+ li t1, 1 << 13
154154 or t0, t1, t0
155155#endif
156156 csrw mstatus, t0 // Enable MPIP
@@ -264,8 +264,8 @@ _tx_thread_no_preempt_restore:
264264 csrw mepc, t0 // Setup mepc
265265 li t0, 0x1880 // Prepare MPIP
266266#if defined(__riscv_float_abi_single) || defined(__riscv_float_abi_double)
267- li t1, 1 << 13
268- or t0, t1, t0
267+ li t1, 1 << 13
268+ or t0, t1, t0
269269#endif
270270 csrw mstatus, t0 // Enable MPIP
271271
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ _tx_thread_schedule_loop:
202202 csrw mepc, t0 // Store mepc
203203 li t0, 0x1880 // Prepare MPIP
204204#if defined(__riscv_float_abi_single) || defined(__riscv_float_abi_double)
205- li t1, 1 << 13
205+ li t1, 1 << 13
206206 or t0, t1, t0
207207#endif
208208 csrw mstatus, t0 // Enable MPIP
You can’t perform that action at this time.
0 commit comments