summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/arch/c5471/src/up_vectors.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/nuttx/arch/c5471/src/up_vectors.S b/nuttx/arch/c5471/src/up_vectors.S
index 302b79b4f..d54c43f2b 100644
--- a/nuttx/arch/c5471/src/up_vectors.S
+++ b/nuttx/arch/c5471/src/up_vectors.S
@@ -152,9 +152,7 @@ up_vectorirq:
* no pending interrupt */
.Lhaveirq:
#endif
- /* Then call the IRQ handler with interrupt disabled.
- * rq_dispatch(int irq, struct xcptcontext *xcp)
- */
+ /* Then call the IRQ handler with interrupt disabled. */
mov fp, #0 /* Init frame pointer */
mov r1, sp /* Get r1=xcp */