git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@119 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-03-22 16:07:23 +00:00
parent e77a8b7a9a
commit 0d642851d2

View File

@ -152,9 +152,7 @@ up_vectorirq:
* no pending interrupt */ * no pending interrupt */
.Lhaveirq: .Lhaveirq:
#endif #endif
/* Then call the IRQ handler with interrupt disabled. /* Then call the IRQ handler with interrupt disabled. */
* rq_dispatch(int irq, struct xcptcontext *xcp)
*/
mov fp, #0 /* Init frame pointer */ mov fp, #0 /* Init frame pointer */
mov r1, sp /* Get r1=xcp */ mov r1, sp /* Get r1=xcp */