mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Make use of the EVEN assembler directive in the reg test asm file of the MSP430X/IAR demo.
This commit is contained in:
parent
5a0782e3a8
commit
10bc087ef9
|
@ -69,6 +69,8 @@
|
||||||
EXPORT vRegTest2Task
|
EXPORT vRegTest2Task
|
||||||
|
|
||||||
RSEG CODE
|
RSEG CODE
|
||||||
|
|
||||||
|
EVEN
|
||||||
|
|
||||||
vRegTest1Task:
|
vRegTest1Task:
|
||||||
|
|
||||||
|
@ -125,6 +127,8 @@ prvRegTest1Loop:
|
||||||
nop
|
nop
|
||||||
|
|
||||||
|
|
||||||
|
EVEN
|
||||||
|
|
||||||
vRegTest1Error:
|
vRegTest1Error:
|
||||||
jmp vRegTest1Error
|
jmp vRegTest1Error
|
||||||
nop
|
nop
|
||||||
|
|
Loading…
Reference in a new issue