This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 728d5ef arch/risc-v/src: Cosmetic change 728d5ef is described below commit 728d5efed623b0552dbb1da1565487ea064102e0 Author: Yoshinori Sugino <ysgn0...@gmail.com> AuthorDate: Fri Aug 14 15:10:28 2020 +0900 arch/risc-v/src: Cosmetic change Replace spaces with a tab --- arch/risc-v/src/rv32im/riscv_syscall.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/risc-v/src/rv32im/riscv_syscall.S b/arch/risc-v/src/rv32im/riscv_syscall.S index f2a6833..5545fa7 100644 --- a/arch/risc-v/src/rv32im/riscv_syscall.S +++ b/arch/risc-v/src/rv32im/riscv_syscall.S @@ -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