Fix a MIPS delay slot error in the software interrupt logic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4228 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-12-26 01:05:36 +00:00
parent 0a4f5c1bb5
commit c163d137bd

View File

@ -109,4 +109,5 @@ sys_call3: /* r4 holds the syscall number, arguments in r5, r6, and r7 */
/* Then return with the result of the software interrupt in v0 */
j ra
nop
.end sys_call0