mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 21:41:59 -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
|
||||
|
||||
RSEG CODE
|
||||
|
||||
EVEN
|
||||
|
||||
vRegTest1Task:
|
||||
|
||||
|
@ -125,6 +127,8 @@ prvRegTest1Loop:
|
|||
nop
|
||||
|
||||
|
||||
EVEN
|
||||
|
||||
vRegTest1Error:
|
||||
jmp vRegTest1Error
|
||||
nop
|
||||
|
|
Loading…
Reference in a new issue