Update comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@6 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
c42c9f4aef
commit
864c80d909
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@
|
||||||
*
|
*
|
||||||
* Context is always saved/restored in the same way:
|
* Context is always saved/restored in the same way:
|
||||||
*
|
*
|
||||||
* (1) stmia rx, {r0-r3, r12}
|
* (1) stmia rx, {r0-r14}
|
||||||
* (2) stmia rx, (cpsr, r4-r11, r13-r14}
|
* (2) then the PC and CPSR
|
||||||
*
|
*
|
||||||
* This results in the following set of indices that
|
* This results in the following set of indices that
|
||||||
* can be used to access individual registers in the
|
* can be used to access individual registers in the
|
||||||
|
|
Loading…
Reference in a new issue