mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
arch/risc-v/src: Cosmetic change
Replace spaces with a tab
This commit is contained in:
committed by
Abdelatif Guettouche
parent
35e0d74f3e
commit
728d5efed6
@@ -95,7 +95,7 @@ sys_call5: /* a0 holds the syscall number, arguments in a1, a2, a3, a4 and a5 */
|
||||
|
||||
/* Issue the ECALL opcode to perform a SW interrupt to the OS */
|
||||
|
||||
ecall
|
||||
ecall
|
||||
|
||||
/* The actual interrupt may not a occur for a few more cycles. Let's
|
||||
* put a few nop's here in hope that the SW interrupt occurs during
|
||||
|
||||
Reference in New Issue
Block a user