]> git.sur5r.net Git - freertos/commitdiff
Make use of the EVEN assembler directive in the reg test asm file of the MSP430X...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 12 Jan 2011 09:58:51 +0000 (09:58 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 12 Jan 2011 09:58:51 +0000 (09:58 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1238 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MSP430X_MSP430F5438_IAR/RegTest.s43

index bbebf160452dc6d25ca5b562af01f8b682a16eb8..cd602a613abc69ba9484e422b291dc159836265e 100644 (file)
@@ -69,6 +69,8 @@
        EXPORT vRegTest2Task\r
 \r
        RSEG CODE\r
+       \r
+       EVEN\r
 \r
 vRegTest1Task:\r
 \r
@@ -125,6 +127,8 @@ prvRegTest1Loop:
        nop\r
 \r
        \r
+       EVEN\r
+       \r
 vRegTest1Error:\r
        jmp vRegTest1Error\r
        nop\r