mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-28 04:47:47 +08:00
Make use of the EVEN assembler directive in the reg test asm file of the MSP430X/IAR demo.
This commit is contained in:
@ -69,6 +69,8 @@
|
||||
EXPORT vRegTest2Task
|
||||
|
||||
RSEG CODE
|
||||
|
||||
EVEN
|
||||
|
||||
vRegTest1Task:
|
||||
|
||||
@ -125,6 +127,8 @@ prvRegTest1Loop:
|
||||
nop
|
||||
|
||||
|
||||
EVEN
|
||||
|
||||
vRegTest1Error:
|
||||
jmp vRegTest1Error
|
||||
nop
|
||||
|
Reference in New Issue
Block a user