From 0c684df0cd3faf6f6f538454fcbc4cf0e980adc2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 18 Feb 2007 17:52:12 +0000 Subject: Update comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@6 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/c5471/include/irq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx') diff --git a/nuttx/arch/c5471/include/irq.h b/nuttx/arch/c5471/include/irq.h index 1f9f262ff..1626e87e4 100644 --- a/nuttx/arch/c5471/include/irq.h +++ b/nuttx/arch/c5471/include/irq.h @@ -52,8 +52,8 @@ * * Context is always saved/restored in the same way: * - * (1) stmia rx, {r0-r3, r12} - * (2) stmia rx, (cpsr, r4-r11, r13-r14} + * (1) stmia rx, {r0-r14} + * (2) then the PC and CPSR * * This results in the following set of indices that * can be used to access individual registers in the -- cgit v1.2.3