mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
A little extra commenting added to the Cortex M3 port layers.
This commit is contained in:
parent
3ff33205eb
commit
17e1e7dfd3
3 changed files with 3 additions and 4 deletions
|
@ -55,14 +55,12 @@
|
|||
.define "push.a", push_x
|
||||
.define "pop.a", pop_x
|
||||
.define "mov.a", mov_x
|
||||
.define "cmp.a", cmp_x
|
||||
.else
|
||||
.define "pushm.w", pushm_x
|
||||
.define "popm.w", popm_x
|
||||
.define "push.w", push_x
|
||||
.define "pop.w", pop_x
|
||||
.define "mov.w", mov_x
|
||||
.define "cmp.w", cmp_x
|
||||
.endif
|
||||
|
||||
.if $DEFINED( __LARGE_CODE_MODEL__ )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue