Update documents and comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3723 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
ae8963b19b
commit
fffb51bf52
@ -415,7 +415,7 @@
|
|||||||
|
|
||||||
.macro TCB_RESTORE, regs
|
.macro TCB_RESTORE, regs
|
||||||
|
|
||||||
/* X [r36:27] points to the resister save block. Get an offset pointer to the PC in
|
/* X [r36:27] points to the register save block. Get an offset pointer to the PC in
|
||||||
* Y [r28:29]
|
* Y [r28:29]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ up_switchcontext:
|
|||||||
.global up_fullcontextrestore
|
.global up_fullcontextrestore
|
||||||
.func up_fullcontextrestore
|
.func up_fullcontextrestore
|
||||||
up_fullcontextrestore:
|
up_fullcontextrestore:
|
||||||
/* Use X ]r26:r27] to reference the restore structure. */
|
/* Use X [r26:r27] to reference the restore structure. */
|
||||||
|
|
||||||
movw r26, r24
|
movw r26, r24
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user